Mesh.GetVertexAttributeFormat

切换到手册
public Rendering.VertexAttributeFormat GetVertexAttributeFormat (Rendering.VertexAttribute attr);

参数

attr要检查的顶点数据属性。

返回

VertexAttributeFormat 数据属性的格式。

描述

获取此网格上特定顶点数据属性的格式。

网格通常将已知格式用于数据布局,例如法线在默认情况下是 Vector3。但是网格可以使用不同的顶点 数据格式,例如 colors32colors 以不同格式设置顶点颜色。可以使用此函数查询此格式。

另请参阅:VertexAttributeHasVertexAttributeGetVertexAttributeDimensionGetVertexAttributes