![]() |
Skylicht Engine
|
Public Member Functions | |
| void | init () |
| Public Member Functions inherited from Skylicht::CLineDrawData | |
| void | add3DBox (const core::aabbox3d< f32 > &box, const SColor &color) |
| void | addLine (const core::vector3df &v1, const core::vector3df &v2, const SColor &color) |
| void | addPolyline (const core::vector3df *points, u32 count, bool close, const SColor &color) |
| void | clearBuffer () |
| void | updateBuffer () |
| 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 | |
| int | NumGrid |
| float | GridSize |
| Public Attributes inherited from Skylicht::CLineDrawData | |
| IMeshBuffer * | LineBuffer |
| Public Attributes inherited from Skylicht::IEntityData | |
| int | EntityIndex |
| CEntity * | Entity |