Click or drag to resize
AB4D logo

SubMesh Properties

The SubMesh type exposes the following members.

Properties
 NameDescription
Public propertyIndexBuffer If IndexBuffer is set than this index buffer is used to render this SubMesh. If not set, than parent's Mesh IndexBuffer is used.
Public propertyIndexCount number of indices to render
Public propertyMaterialIndex Gets or sets an index of the material defined in the parent's Mesh Materials collection.
Public propertyName Name
Public propertyStartIndexLocation start index in IndexBuffer used in DrawIndexed method
Top
See Also