#include <OgreParticleEmitterFactory.h>
Public Member Functions | |
ParticleEmitterFactory () | |
virtual | ~ParticleEmitterFactory () |
virtual String | getName () const =0 |
Returns the name of the factory, the name which identifies the particle emitter type this factory creates. | |
virtual ParticleEmitter * | createEmitter (ParticleSystem *psys)=0 |
Creates a new emitter instance. | |
virtual void | destroyEmitter (ParticleEmitter *e) |
Destroys the emitter pointed to by the parameter (for early clean up if reauired). | |
Protected Attributes | |
std::vector< ParticleEmitter * > | mEmitters |
Definition at line 50 of file OgreParticleEmitterFactory.h.
|
Definition at line 55 of file OgreParticleEmitterFactory.h. |
|
|
|
Creates a new emitter instance.
|
|
Destroys the emitter pointed to by the parameter (for early clean up if reauired).
|
|
Returns the name of the factory, the name which identifies the particle emitter type this factory creates.
|
|
Definition at line 53 of file OgreParticleEmitterFactory.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jul 8 15:22:22 2007