Ejemplo n.º 1
0
 public override int[] Indices4(int stream = 0)
 {
     return(UnityMesh.GetIndices(0));
 }
Ejemplo n.º 2
0
 public override uint IndexCount(int stream = 0)
 {
     return(UnityMesh.GetIndices(0) != null ? (uint)UnityMesh.GetIndices(0).Length : 0);
 }