Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members
iEntityLoader Struct Reference
This interface allows one to access the celentity addon with an easier interface. More...
#include <tools/entityloader.h>
Public Member Functions | |
virtual iCelEntity * | Load (iDocumentNode *node, iMeshWrapper *mesh=0)=0 |
Load the entity from the document node. |
Detailed Description
This interface allows one to access the celentity addon with an easier interface.With this addon you can load entities with assocated behaviour and property classes from an XML description file.
Definition at line 38 of file entityloader.h.
Member Function Documentation
|
Load the entity from the document node. If the optional mesh is given then a pcmesh is automatically created. Returns entity or 0 on failure. In case of failure the error has been reported to the reporter. |
The documentation for this struct was generated from the following file:
- tools/entityloader.h
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4