attr | 要检查的顶点属性。 |
bool 如果 Mesh 中存在数据属性,则返回 true。如果不存在,则返回 false。
检查 MeshData
中是否存在给定的顶点属性。
大多数 Mesh 顶点属性是可选的。例如,Mesh 可能只包含顶点位置、法线和一个 UV 坐标。使用此方法检查 Mesh 中是否存在给定的顶点属性。其他资源:Mesh.HasVertexAttribute,GetVertexAttributeDimension,GetVertexAttributeFormat,Mesh.AcquireReadOnlyMeshData。