![]() |
Skylicht Engine
|
This is the Interface for object classes that describe data to be attached to an entity. More...
#include <Entity/IEntityData.h>
Public Member Functions | |
| 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 | EntityIndex |
| CEntity * | Entity |
This is the Interface for object classes that describe data to be attached to an entity.