OGRE
1.9.0
|
Structure containing information about a scene manager. More...
#include <OgreSceneManager.h>
Public Attributes | |
String | description |
A text description of the scene manager. | |
SceneTypeMask | sceneTypeMask |
A mask describing which sorts of scenes this manager can handle. | |
String | typeName |
A globally unique string identifying the scene manager type. | |
bool | worldGeometrySupported |
Flag indicating whether world geometry is supported. | |
Structure containing information about a scene manager.
Definition at line 3624 of file OgreSceneManager.h.
String Ogre::SceneManagerMetaData::description |
A text description of the scene manager.
Definition at line 3629 of file OgreSceneManager.h.
SceneTypeMask Ogre::SceneManagerMetaData::sceneTypeMask |
A mask describing which sorts of scenes this manager can handle.
Definition at line 3631 of file OgreSceneManager.h.
String Ogre::SceneManagerMetaData::typeName |
A globally unique string identifying the scene manager type.
Definition at line 3627 of file OgreSceneManager.h.
bool Ogre::SceneManagerMetaData::worldGeometrySupported |
Flag indicating whether world geometry is supported.
Definition at line 3633 of file OgreSceneManager.h.