Function CommandBuilder.SolidMesh
Draws a solid mesh with the given vertices.
Public
SolidMesh
(Vector3[] vertices, int[] triangles, Color[] colors, int vertexCount, int indexCount)
Draws a solid mesh with the given vertices.
Public