Sub | |
public class SubMesh
The SubMesh type exposes the following members.
| Name | Description | |
|---|---|---|
| IndexBuffer | If IndexBuffer is set than this index buffer is used to render this SubMesh. If not set, than parent's Mesh IndexBuffer is used. | |
| IndexCount | number of indices to render | |
| MaterialIndex | Gets or sets an index of the material defined in the parent's Mesh Materials collection. | |
| Name | Name | |
| StartIndexLocation | start index in IndexBuffer used in DrawIndexed method |