OGRE 2.1
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
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.
 
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.
 

Detailed Description

Structure containing information about a scene manager.

Member Data Documentation

◆ description

String Ogre::SceneManagerMetaData::description

A text description of the scene manager.

◆ sceneTypeMask

SceneTypeMask Ogre::SceneManagerMetaData::sceneTypeMask

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

◆ typeName

String Ogre::SceneManagerMetaData::typeName

A globally unique string identifying the scene manager type.

◆ worldGeometrySupported

bool Ogre::SceneManagerMetaData::worldGeometrySupported

Flag indicating whether world geometry is supported.


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