SceneComponentType 枚举

定义

定义指定场景组件的类型的常量。

public enum class SceneComponentType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class SceneComponentType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum SceneComponentType
Public Enum SceneComponentType
继承
SceneComponentType
属性

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

字段

MeshRendererComponent 0

组件是网格呈现器。

注解

此枚举由 SceneComponent.ComponentType 属性使用。

适用于

另请参阅