#include <FCDEmitter.h>
Inheritance diagram for FCDEmitter:
Public Member Functions | |
FCDEmitter (FCDocument *document) | |
Constructor. | |
~FCDEmitter () | |
Destructor. | |
virtual Type | GetType () const |
Retrieves the entity class type. | |
virtual FCDEntity * | Clone (FCDEntity *clone=NULL, bool cloneChildren=false) const |
Clones the emitter information. |
This class does not belong to the COLLADA COMMON profile. It is used to define both particle and sound emitters.
|
Constructor. Do not use directly, emitters should be created using the AddEntity function on the FCDEmitterLibrary
|
|
Clones the emitter information.
Reimplemented from FCDEntity. |
|
Retrieves the entity class type.
Reimplemented from FCDEntity. |