MeshDataToolGetFormat Method |
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 is 1 and is 2.
See ArrayMeshArrayFormat for a list of format flags.
Namespace: Godot
public int GetFormat()
[Missing <returns> documentation for "M:Godot.MeshDataTool.GetFormat"]