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

Factory class for BillboardParticleRenderer. More...

#include <OgreBillboardParticleRenderer.h>

+ Inheritance diagram for Ogre::BillboardParticleRendererFactory:

Public Member Functions

ParticleSystemRenderercreateInstance (const String &name)
 Creates a new object. More...
 
void destroyInstance (ParticleSystemRenderer *ptr)
 Destroys an object which was created by this factory. More...
 
const StringgetType () const
 Returns the factory type. More...
 
- Public Member Functions inherited from Ogre::FactoryObj< T >
virtual ~FactoryObj ()
 
virtual void destroyInstance (T *ptr)=0
 Destroys an object which was created by this factory. More...
 

Detailed Description

Factory class for BillboardParticleRenderer.

Member Function Documentation

◆ getType()

const String& Ogre::BillboardParticleRendererFactory::getType ( ) const
virtual

Returns the factory type.

Returns
The factory type.

Implements Ogre::FactoryObj< T >.

◆ createInstance()

ParticleSystemRenderer* Ogre::BillboardParticleRendererFactory::createInstance ( const String name)
virtual

Creates a new object.

Parameters
nameName of the object to create
Returns
An object created by the factory. The type of the object depends on the factory.

Implements Ogre::FactoryObj< T >.

◆ destroyInstance()

void Ogre::BillboardParticleRendererFactory::destroyInstance ( ParticleSystemRenderer ptr)

Destroys an object which was created by this factory.

Parameters
ptrPointer to the object to destroy

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