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

#include <OgreDecal.h>

+ Inheritance diagram for Ogre::DecalFactory:

Public Member Functions

 DecalFactory ()
 
 ~DecalFactory () 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
 

Constructor & Destructor Documentation

◆ DecalFactory()

Ogre::DecalFactory::DecalFactory ( )
inline

◆ ~DecalFactory()

Ogre::DecalFactory::~DecalFactory ( )
inlineoverride

Member Function Documentation

◆ destroyInstance()

void Ogre::DecalFactory::destroyInstance ( MovableObject obj)
overridevirtual

Destroy an instance of the object.

Implements Ogre::MovableObjectFactory.

◆ getType()

const String& Ogre::DecalFactory::getType ( ) const
overridevirtual

Get the type of the object to be created.

Implements Ogre::MovableObjectFactory.

Member Data Documentation

◆ FACTORY_TYPE_NAME

String Ogre::DecalFactory::FACTORY_TYPE_NAME
static

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