C# 클래스 Axiom.Core.SceneManagerMetaData

Structure containing information about a scene manager.
파일 보기 프로젝트 열기: mono-soc-2011/axiom

공개 프로퍼티들

프로퍼티 타입 설명
description string
sceneTypeMask SceneType
typeName string
worldGeometrySupported bool

프로퍼티 상세

description 공개적으로 프로퍼티

A text description of the scene manager.
public string description
리턴 string

sceneTypeMask 공개적으로 프로퍼티

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

typeName 공개적으로 프로퍼티

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

worldGeometrySupported 공개적으로 프로퍼티

Flag indicating whether world geometry is supported.
public bool worldGeometrySupported
리턴 bool