Click or drag to resize
DigitalRuneSubmesh Properties

The Submesh type exposes the following members.

Properties
  NameDescription
Public propertyIndexBuffer
Gets or sets the index buffer.
Public propertyMaterialIndex
Gets or sets or sets the index of the material.
Public propertyMesh
Gets the mesh that own this submesh.
Public propertyMorphTargets
Gets or sets the morph targets of the submesh.
Public propertyPrimitiveCount
Gets or sets the number of primitives (usually the number of triangles).
Public propertyPrimitiveType
Gets or sets the type of the primitive.
Public propertyStartIndex
Gets or sets the location in the index array at which to start reading vertices.
Public propertyStartVertex
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).
Public propertyUserData
Gets or sets user-defined data.
Public propertyVertexBuffer
Gets or sets the vertex buffer.
Public propertyVertexCount
Gets or sets the number of vertices.
Top
See Also