OGRE  1.8
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Ogre::SceneManagerMetaData Struct Reference

Structure containing information about a scene manager. More...

#include <OgreSceneManager.h>

Public Attributes

String description
 A text description of the scene manager. More...
 
SceneTypeMask sceneTypeMask
 A mask describing which sorts of scenes this manager can handle. More...
 
String typeName
 A globally unique string identifying the scene manager type. More...
 
bool worldGeometrySupported
 Flag indicating whether world geometry is supported. More...
 

Detailed Description

Structure containing information about a scene manager.

Definition at line 3617 of file OgreSceneManager.h.

Member Data Documentation

String Ogre::SceneManagerMetaData::description

A text description of the scene manager.

Definition at line 3622 of file OgreSceneManager.h.

SceneTypeMask Ogre::SceneManagerMetaData::sceneTypeMask

A mask describing which sorts of scenes this manager can handle.

Definition at line 3624 of file OgreSceneManager.h.

String Ogre::SceneManagerMetaData::typeName

A globally unique string identifying the scene manager type.

Definition at line 3620 of file OgreSceneManager.h.

bool Ogre::SceneManagerMetaData::worldGeometrySupported

Flag indicating whether world geometry is supported.

Definition at line 3626 of file OgreSceneManager.h.


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