![]() |
OGRE
master
Object-Oriented Graphics Rendering Engine
|
Factory class for particle emitter of type "Point". More...
#include <OgrePointEmitterFactory.h>
Inheritance diagram for Ogre::PointEmitterFactory: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".
Creates instances of PointEmitter to be used in particle systems.
|
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.
The subclass MUST add a pointer to the created instance to mEmitters.
Implements Ogre::ParticleEmitterFactory.