#include <dazzle.h>
Inherits W3DMPO, and PrototypeClass.
Public Member Functions | |
| DazzlePrototypeClass (void) | |
| virtual const char * | Get_Name (void) const |
| virtual int | Get_Class_ID (void) const |
| virtual RenderObjClass * | Create (void) |
| virtual void | DeleteSelf () |
| WW3DErrorType | Load_W3D (ChunkLoadClass &cload) |
Public Member Functions inherited from W3DMPO | |
| virtual | ~W3DMPO () |
Public Member Functions inherited from PrototypeClass | |
| PrototypeClass (void) | |
| void | friend_setNextHash (PrototypeClass *n) |
| PrototypeClass * | friend_getNextHash () |
Additional Inherited Members | |
Protected Member Functions inherited from W3DMPO | |
| virtual int | glueEnforcer () const =0 |
Protected Member Functions inherited from PrototypeClass | |
| virtual | ~PrototypeClass (void) |
DazzlePrototypeClass This description object is generated when reading a W3D_CHUNK_DAZZLE. It stores the information needed to construct a particular instance of a dazzle. Prototypes are stored in the asset manager and used to construct render objects when needed.
|
virtual |
Implements PrototypeClass.
Definition at line 1691 of file dazzle.cpp.
|
inlinevirtual |
Implements PrototypeClass.
|
inlinevirtual |
Implements PrototypeClass.
|
inlinevirtual |
Implements PrototypeClass.
| WW3DErrorType DazzlePrototypeClass::Load_W3D | ( | ChunkLoadClass & | cload | ) |
Definition at line 1697 of file dazzle.cpp.