![]() |
Skylicht Engine
|
Public Member Functions | |
| void | setAABBox (const core::aabbox3df &box) |
| const core::aabbox3df & | getAABBox () |
| void | updateLocalTransform () |
| const core::matrix4 & | getLocalTransform () |
| COcclusionQuerySceneNode * | getSceneNode () |
| bool | isRegisterQuery () |
| void | registerQuery (CMesh *mesh) |
| Public Member Functions inherited from Skylicht::IEntityData | |
| virtual bool | serializable (CMemoryStream *stream) |
| virtual bool | deserializable (CMemoryStream *stream, int version) |
| virtual const char * | getTypeName () |
| Public Member Functions inherited from Skylicht::IActivatorObject | |
| virtual | ~IActivatorObject () |
| Virtual destructor for polymorphic activator objects. | |
Public Attributes | |
| bool | Enable |
| bool | NeedValidate |
| u32 | QueryResult |
| bool | QueryVisible |
| Public Attributes inherited from Skylicht::IEntityData | |
| int | EntityIndex |
| CEntity * | Entity |
Protected Attributes | |
| core::aabbox3df | m_box |
| core::matrix4 | m_localTransform |
| COcclusionQuerySceneNode * | m_node |
| bool | m_registerQuery |