OGRE  2.2.4
Object-Oriented Graphics Rendering Engine
Ogre::SceneFormatBase Class Reference

#include <OgreSceneFormatBase.h>

+ Inheritance diagram for Ogre::SceneFormatBase:

Public Types

enum  Version { VERSION_0 = 0, VERSION_1, LATEST_VERSION = VERSION_1 }
 

Public Member Functions

 SceneFormatBase (Root *root, SceneManager *sceneManager)
 
 ~SceneFormatBase ()
 
HlmsPbsgetPbs (void) const
 
void setListener (SceneFormatListener *listener)
 Caller must delete the pointer. We won't do it for you. More...
 

Member Enumeration Documentation

◆ Version

Enumerator
VERSION_0 
VERSION_1 
LATEST_VERSION 

Constructor & Destructor Documentation

◆ SceneFormatBase()

Ogre::SceneFormatBase::SceneFormatBase ( Root root,
SceneManager sceneManager 
)

◆ ~SceneFormatBase()

Ogre::SceneFormatBase::~SceneFormatBase ( )

Member Function Documentation

◆ getPbs()

HlmsPbs* Ogre::SceneFormatBase::getPbs ( void  ) const

◆ setListener()

void Ogre::SceneFormatBase::setListener ( SceneFormatListener listener)

Caller must delete the pointer. We won't do it for you.


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