| Name | Type | Description |
|---|---|---|
| material | Material | Material to draw this range with. |
| startIndex | int | First index of the range to draw. |
| indexCount | int | Number of indices to draw. |
| startVertex = 0 | int | Base vertex offset. Defaults to the whole vertex buffer when zero. |
| vertexCount = 0 | int | Number of vertices referenced. Defaults to the whole vertex buffer when zero. |
| Type | Description |
|---|---|
| Mesh |