C# Класс Axiom.Core.SceneManagerMetaData

Structure containing information about a scene manager.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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