C# Class Axiom.Core.SceneManagerMetaData

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

Public Properties

Property Type Description
description string
sceneTypeMask SceneType
typeName string
worldGeometrySupported bool

Property Details

description public_oe property

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

sceneTypeMask public_oe property

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

typeName public_oe property

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

worldGeometrySupported public_oe property

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