A particle system factory.
Definition: ParticleSystemFactory.h:23
ParticleSystemFactory()
Constructor.
Definition: ParticleSystemFactory.h:30
static Ogre::String FACTORY_TYPE_NAME
Type of the particle systems.
Definition: ParticleSystemFactory.h:40
void DestroyInstance(Ogre::MovableObject *obj)
Destroys a particle system.
Definition: ParticleSystemFactory.cpp:27
~ParticleSystemFactory()
Destructor.
Definition: ParticleSystemFactory.h:35
const Ogre::String & getType() const
Retrieves the particle systems type.
Definition: ParticleSystemFactory.cpp:23
Ogre::MovableObject * createInstanceImpl(const Ogre::String &name, const Ogre::NameValuePairList *params)
Creates an instance from a template.
Definition: ParticleSystemFactory.cpp:31