![]() |
OGRE 1.12.10
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) |
| See ParticleEmitterFactory. More... | |
| String | getName () const |
| See ParticleEmitterFactory. More... | |
Public Member Functions inherited from Ogre::ParticleEmitterFactory | |
| ParticleEmitterFactory () | |
| virtual | ~ParticleEmitterFactory () |
| virtual ParticleEmitter * | createEmitter (ParticleSystem *psys)=0 |
| Creates a new emitter instance. More... | |
| virtual void | destroyEmitter (ParticleEmitter *e) |
| Destroys the emitter pointed to by the parameter (for early clean up if required). More... | |
| virtual String | getName () const =0 |
| Returns the name of the factory, the name which identifies the particle emitter type this factory creates. More... | |
Factory class for particle emitter of type "Point".
|
inlinevirtual |
Implements Ogre::ParticleEmitterFactory.
|
inlinevirtual |
Implements Ogre::ParticleEmitterFactory.