Function MeshDataTool.getFormat
Returns the Mesh
's format. 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
because constant ArrayMesh
is 1
and constant ArrayMesh
is 2
.
See ArrayMesh
for a list of format flags.
long getFormat() nothrow @nogc const;