![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Factory class for LinearForceAffector. More...
#include <OgreLinearForceAffectorFactory.h>
Inheritance diagram for Ogre::LinearForceAffectorFactory:Additional Inherited Members | |
Public Member Functions inherited from Ogre::ParticleAffectorFactory | |
| ParticleAffectorFactory () | |
| virtual | ~ParticleAffectorFactory () |
| virtual ParticleAffector * | createAffector (ParticleSystem *psys)=0 |
| Creates a new affector instance. More... | |
| virtual void | destroyAffector (ParticleAffector *e) |
| Destroys the affector 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 affector type this factory creates. More... | |
Factory class for LinearForceAffector.