OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::v1::BillboardSetFactory Class Referencefinal

Factory object for creating BillboardSet instances. More...

#include <OgreBillboardSet.h>

+ Inheritance diagram for Ogre::v1::BillboardSetFactory:

Public Member Functions

 BillboardSetFactory ()
 
 ~BillboardSetFactory () override
 
void destroyInstance (MovableObject *obj) override
 Destroy an instance of the object. More...
 
const StringgetType () const override
 Get the type of the object to be created. More...
 
- Public Member Functions inherited from Ogre::MovableObjectFactory
 MovableObjectFactory ()
 
virtual ~MovableObjectFactory ()
 
virtual MovableObjectcreateInstance (IdType id, ObjectMemoryManager *objectMemoryManager, SceneManager *manager, const NameValuePairList *params=0)
 Create a new instance of the object. More...
 

Static Public Attributes

static String FACTORY_TYPE_NAME
 

Detailed Description

Factory object for creating BillboardSet instances.

Constructor & Destructor Documentation

◆ BillboardSetFactory()

Ogre::v1::BillboardSetFactory::BillboardSetFactory ( )
inline

◆ ~BillboardSetFactory()

Ogre::v1::BillboardSetFactory::~BillboardSetFactory ( )
inlineoverride

Member Function Documentation

◆ destroyInstance()

void Ogre::v1::BillboardSetFactory::destroyInstance ( MovableObject obj)
overridevirtual

Destroy an instance of the object.

Implements Ogre::MovableObjectFactory.

◆ getType()

const String& Ogre::v1::BillboardSetFactory::getType ( ) const
overridevirtual

Get the type of the object to be created.

Implements Ogre::MovableObjectFactory.

Member Data Documentation

◆ FACTORY_TYPE_NAME

String Ogre::v1::BillboardSetFactory::FACTORY_TYPE_NAME
static

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