![]() |
Skylicht Engine
|
Public Member Functions | |
| virtual void | initComponent () |
| virtual void | updateComponent () |
| virtual void | onEnable (bool b) |
| virtual CObjectSerializable * | createSerializable () |
| virtual void | loadSerializable (CObjectSerializable *object) |
| void | setAABBox (const core::aabbox3df &box) |
| const core::aabbox3df & | getAABBox () |
| u32 | getResult () |
| bool | getVisible () |
| Public Member Functions inherited from Skylicht::CComponentSystem | |
| const char * | getName () |
| virtual void | reset () |
| virtual void | startComponent () |
| virtual void | endUpdate () |
| virtual void | onUpdateCullingLayer (u32 mask) |
| void | setEnable (bool b) |
| bool | isEnable () |
| CGameObject * | getGameObject () |
| void | setEnableSerializable (bool b) |
| bool | isSerializable () |
| void | addLinkComponent (CComponentSystem *comp) |
| void | removeAllLink () |
| Public Member Functions inherited from Skylicht::IActivatorObject | |
| virtual | ~IActivatorObject () |
| Virtual destructor for polymorphic activator objects. | |
Protected Attributes | |
| COcclusionQueryData * | m_queryData |
| Protected Attributes inherited from Skylicht::CComponentSystem | |
| CGameObject * | m_gameObject |
| bool | m_enable |
| bool | m_serializable |
| std::vector< CComponentSystem * > | m_linkComponent |
Additional Inherited Members | |
| Static Public Member Functions inherited from Skylicht::CComponentSystem | |
| static int | useComponent (CComponentSystem *used) |
| Protected Member Functions inherited from Skylicht::CComponentSystem | |
| void | setOwner (CGameObject *obj) |
|
virtual |
Reimplemented from Skylicht::CComponentSystem.
|
virtual |
Implements Skylicht::CComponentSystem.
|
virtual |
Reimplemented from Skylicht::CComponentSystem.
|
virtual |
Reimplemented from Skylicht::CComponentSystem.
|
virtual |
Implements Skylicht::CComponentSystem.