MeshDataTool.getFormat

Returns format of Mesh. Format is an integer made up of Mesh format flags combined together. For example, a mesh containing both vertices and normals would return a format of 3 becuase ARRAY_FORMAT_VERTEX is 1 and ARRAY_FORMAT_NORMAL is 2. For list of format flags see ArrayMesh.

struct MeshDataTool
@nogc nothrow const
long
getFormat
()

Meta