C# Class Axiom.Core.SceneManagerMetaData

Structure containing information about a scene manager.
Show file Open project: mono-soc-2011/axiom

Public Properties

Property Type Description
description string
sceneTypeMask SceneType
typeName string
worldGeometrySupported bool

Property Details

description public property

A text description of the scene manager.
public string description
return string

sceneTypeMask public property

A mask describing which sorts of scenes this manager can handle.
public SceneType sceneTypeMask
return SceneType

typeName public property

A globally unique string identifying the scene manager type.
public string typeName
return string

worldGeometrySupported public property

Flag indicating whether world geometry is supported.
public bool worldGeometrySupported
return bool