MDLVertexAttributes 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含有效的顶点属性名称。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static class MDLVertexAttributes
type MDLVertexAttributes = class
- 继承
-
MDLVertexAttributes
- 属性
属性
Anisotropy |
顶点属性数据描述表面随旋转而改变外观的程度。 |
Binormal |
顶点属性数据描述二进制矢量数据。 |
Bitangent |
顶点属性数据描述比特向量数据。 |
Color |
顶点属性数据描述颜色数据。 |
EdgeCrease |
顶点属性数据描述在细分期间不应修改的边缘。 |
JointIndices |
顶点属性数据描述联合索引数据。 |
JointWeights |
顶点属性数据描述关节重量数据。 |
Normal |
顶点属性数据描述法线向量。 |
OcclusionValue |
顶点属性数据描述环境遮挡数据。 |
Position |
顶点属性数据描述位置数据。 |
ShadingBasisU |
顶点属性数据描述底纹基的 U 组件。 |
ShadingBasisV |
顶点属性数据描述底纹基础的 V 分量。 |
SubdivisionStencil |
顶点属性数据描述控制哪个相邻顶点控制细分的数据。 |
Tangent |
顶点属性数据描述切向量。 |
TextureCoordinate |
顶点属性数据描述纹理坐标。 |