OGRE
1.12.13
Object-Oriented Graphics Rendering Engine
|
Factory class for particle emitter of type "Point". More...
#include <OgrePointEmitterFactory.h>
Public Member Functions | |
ParticleEmitter * | createEmitter (ParticleSystem *psys) override |
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 "Point".
|
inlineoverridevirtual |
Returns the name of the factory, the name which identifies the particle emitter type this factory creates.
Implements Ogre::ParticleEmitterFactory.
|
inlineoverridevirtual |
Creates a new emitter instance.
Implements Ogre::ParticleEmitterFactory.