attr | 要检查其格式的顶点属性。 |
VertexAttributeFormat 返回给定顶点属性的格式。
获取 MeshData
中给定顶点属性的格式。
大多数顶点属性都具有标准数据格式。例如,位置是 Vector3。某些顶点属性具有不止一种可能的格式。例如,Mesh.colors32 和 Mesh.colors 是顶点颜色的不同格式。使用此函数查询给定顶点属性的格式。其他资源:Mesh.GetVertexAttributeFormat、HasVertexAttribute、GetVertexAttributeDimension。