IGameObjectBoxListener

C++
struct IGameObjectBoxListener {
};
File

IGameObjectSystem.h

IGameObjectBoxListener::~IGameObjectBoxListener Destructor
C++
IGameObjectBoxListener::OnEnter Method
C++
virtual void OnEnter(int id, EntityId entity) = 0;
IGameObjectBoxListener::OnLeave Method
C++
virtual void OnLeave(int id, EntityId entity) = 0;
IGameObjectBoxListener::OnRemoveParent Method
C++
virtual void OnRemoveParent() = 0;