Submesh Properties |
The Submesh type exposes the following members.
Name | Description | |
---|---|---|
IndexBuffer |
Gets or sets the index buffer.
| |
MaterialIndex |
Gets or sets or sets the index of the material.
| |
Mesh |
Gets the mesh that own this submesh.
| |
MorphTargets |
Gets or sets the morph targets of the submesh.
| |
PrimitiveCount |
Gets or sets the number of primitives (usually the number of triangles).
| |
PrimitiveType |
Gets or sets the type of the primitive.
| |
StartIndex |
Gets or sets the location in the index array at which to start reading vertices.
| |
StartVertex |
Gets or sets the index of the first vertex in the vertex buffer that belongs to this submesh
(a.k.a base vertex or vertex offset).
| |
UserData |
Gets or sets user-defined data.
| |
VertexBuffer |
Gets or sets the vertex buffer.
| |
VertexCount |
Gets or sets the number of vertices.
|