#include <OgreBillboardParticleRenderer.h>
Public Member Functions | ||||
const String & | getType () const | |||
Returns the factory type.
| ||||
ParticleSystemRenderer * | createInstance (const String &name) | |||
Creates a new object.
| ||||
void | destroyInstance (ParticleSystemRenderer *inst) | |||
Destroys an object which was created by this factory.
| ||||
virtual void | destroyInstance (T *)=0 | |||
Destroys an object which was created by this factory. |
Definition at line 236 of file OgreBillboardParticleRenderer.h.
const String& Ogre::BillboardParticleRendererFactory::getType | ( | ) | const [virtual] |
ParticleSystemRenderer* Ogre::BillboardParticleRendererFactory::createInstance | ( | const String & | name | ) | [virtual] |
Creates a new object.
name | Name of the object to create |
Implements Ogre::FactoryObj< T >.
void Ogre::BillboardParticleRendererFactory::destroyInstance | ( | ParticleSystemRenderer * | inst | ) |
Destroys an object which was created by this factory.
ptr | Pointer to the object to destroy |
virtual void Ogre::FactoryObj< T >::destroyInstance | ( | T * | ) | [pure virtual, inherited] |
Destroys an object which was created by this factory.
ptr | Pointer to the object to destroy |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:49:11 2008