Version: 2022.3

Mesh.GetVertexAttributeDimension

切换到手册
public int GetVertexAttributeDimension (Rendering.VertexAttribute attr);

参数

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

返回

int 数据属性的维度,如果不存在,则为 0。

描述

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

网格通常将已知格式用于数据布局,例如位置始终为 3 分量矢量,切线始终是 4 分量矢量。但是在某些情况下(通常与纹理坐标有关),数据布局可以具有不同维度。例如,SetUVs 接受 2D、3D 或 4D 纹理坐标。可以使用此函数查询此布局。

另请参阅:VertexAttributeHasVertexAttributeGetVertexAttributeFormatGetVertexAttributes