Mesh.MeshData.GetVertexAttributeFormat

Switch to Manual
public Rendering.VertexAttributeFormat GetVertexAttributeFormat (Rendering.VertexAttribute attr);

Parameters

attrThe vertex attribute to check the format of.

Returns

VertexAttributeFormat Returns the format of the given vertex attribute.

Description

Gets the format of a given vertex attribute in the MeshData.

Most vertex attributes have a standard data format. For example, a position is a Vector3. Some vertex attributes have more than one possible data format. For example, Mesh.colors32 and Mesh.colors are different formats for vertex colors. Use this function to query the format of a given vertex attribute. See Also: Mesh.GetVertexAttributeFormat, HasVertexAttribute, GetVertexAttributeDimension.