DRSubmeshContent Class |
Namespace: DigitalRune.Graphics.Content.Pipeline
The DRSubmeshContent type exposes the following members.
Name | Description | |
---|---|---|
DRSubmeshContent | Initializes a new instance of the DRSubmeshContent class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ExternalMaterial |
Gets or sets the external material of this submesh.
| |
IndexBuffer |
Gets or sets the index buffer associated with this submesh.
| |
LocalMaterial |
Gets or sets the local material of this submesh, which is used if the model description (XML
file) is missing or incomplete.
| |
MorphTargets |
Gets or sets the morph targets associated with this submesh.
| |
PrimitiveCount |
Gets or sets the number of primitives to render for this submesh.
| |
StartIndex |
Gets or sets the location in the index buffer 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 a user-defined object.
| |
VertexBuffer |
Gets or sets the vertex buffer associated with this submesh.
| |
VertexCount |
Gets or sets the number of vertices used in this submesh.
|