OGRE  1.12.13
Object-Oriented Graphics Rendering Engine
Ogre::ParticleSystemFactory Class Reference

Factory object for creating ParticleSystem instances. More...

#include <OgreParticleSystemManager.h>

+ Inheritance diagram for Ogre::ParticleSystemFactory:

Public Member Functions

 ParticleSystemFactory ()
 
 ~ParticleSystemFactory ()
 
void destroyInstance (MovableObject *obj)
 Destroy an instance of the object. More...
 
const StringgetType (void) const
 Get the type of the object to be created. More...
 
- Public Member Functions inherited from Ogre::MovableObjectFactory
 MovableObjectFactory ()
 
virtual ~MovableObjectFactory ()
 
void _notifyTypeFlags (uint32 flag)
 Notify this factory of the type mask to apply. More...
 
MovableObjectcreateInstance (const String &name, SceneManager *manager, const NameValuePairList *params=0)
 Create a new instance of the object. More...
 
uint32 getTypeFlags (void) const
 Gets the type flag for this factory. More...
 
virtual bool requestTypeFlags (void) const
 Does this factory require the allocation of a 'type flag', used to selectively include / exclude this type from scene queries? More...
 

Static Public Attributes

static String FACTORY_TYPE_NAME
 

Detailed Description

Factory object for creating ParticleSystem instances.

Constructor & Destructor Documentation

◆ ParticleSystemFactory()

Ogre::ParticleSystemFactory::ParticleSystemFactory ( )
inline

◆ ~ParticleSystemFactory()

Ogre::ParticleSystemFactory::~ParticleSystemFactory ( )
inline

Member Function Documentation

◆ getType()

const String& Ogre::ParticleSystemFactory::getType ( void  ) const
virtual

Get the type of the object to be created.

Implements Ogre::MovableObjectFactory.

◆ destroyInstance()

void Ogre::ParticleSystemFactory::destroyInstance ( MovableObject obj)
virtual

Destroy an instance of the object.

Reimplemented from Ogre::MovableObjectFactory.

Member Data Documentation

◆ FACTORY_TYPE_NAME

String Ogre::ParticleSystemFactory::FACTORY_TYPE_NAME
static

The documentation for this class was generated from the following file: