DrawMeshInstanced abstract method

void DrawMeshInstanced(
  1. MeshStructType mesh,
  2. MaterialStructType material,
  3. List<MatrixStructType> transforms
)

Draw multiple mesh instances with material and different transforms

Implementation

void DrawMeshInstanced(
  MeshStructType mesh,
  MaterialStructType material,
  List<MatrixStructType> transforms,
);