OGRE
1.12.13
Object-Oriented Graphics Rendering Engine
|
Factory class for particle emitter of type "Box". More...
#include <OgreBoxEmitterFactory.h>
Public Member Functions | |
ParticleEmitter * | createEmitter (ParticleSystem *psys) |
Creates a new emitter instance. More... | |
String | getName () const override |
Returns the name of the factory, the name which identifies the particle emitter type this factory creates. More... | |
Public Member Functions inherited from Ogre::ParticleEmitterFactory | |
ParticleEmitterFactory () | |
virtual | ~ParticleEmitterFactory () |
virtual void | destroyEmitter (ParticleEmitter *e) |
Destroys the emitter pointed to by the parameter (for early clean up if required). More... | |
Factory class for particle emitter of type "Box".
|
inlineoverridevirtual |
Returns the name of the factory, the name which identifies the particle emitter type this factory creates.
Implements Ogre::ParticleEmitterFactory.
|
inlinevirtual |
Creates a new emitter instance.
Implements Ogre::ParticleEmitterFactory.