GetIndicesLength() 공개 메소드

public GetIndicesLength ( ) : int
리턴 int
예제 #1
0
 public static void RenderModelMesh(ModelMesh mesh, Matrix4 matrix, int offset, Color4 color)
 {
     RenderModelMesh(mesh, matrix, offset, mesh.GetIndicesLength() - offset, color);
 }