SceneAttributeSemantic 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义指定场景属性语义的常量。
public enum class SceneAttributeSemantic
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 524288)]
enum class SceneAttributeSemantic
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 524288)]
public enum SceneAttributeSemantic
Public Enum SceneAttributeSemantic
- 继承
-
SceneAttributeSemantic
- 属性
Windows 要求
设备系列 |
Windows 10, version 1903 (在 10.0.18362.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)
|
字段
Color | 5 | Color |
Index | 0 | Index |
Normal | 2 | 普通 |
Tangent | 6 | 正切 |
TexCoord0 | 3 | 纹理坐标 0 |
TexCoord1 | 4 | 纹理坐标 1 |
Vertex | 1 | 顶点 |