Version: 2021.2
언어: 한국어

Mesh.MeshData.GetVertexAttributeFormat

매뉴얼로 전환
public Rendering.VertexAttributeFormat GetVertexAttributeFormat (Rendering.VertexAttribute attr);

파라미터

attr The vertex attribute to check the format of.

반환

VertexAttributeFormat Returns the format of the given vertex attribute.

설명

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.