Function Mesh.getFaces

Returns all the vertices that make up the faces of the mesh. Each three vertices represent one triangle.

PoolArray!(godot.core.vector3.Vector3) getFaces() nothrow @nogc const;