GetIndicesLength() public method

public GetIndicesLength ( ) : int
return int
Ejemplo n.º 1
0
 public static void RenderModelMesh(ModelMesh mesh, Matrix4 matrix, int offset, Color4 color)
 {
     RenderModelMesh(mesh, matrix, offset, mesh.GetIndicesLength() - offset, color);
 }