ModelMeshPartContent Members
The following tables list the members exposed by the ModelMeshPartContent type.
Public Properties
Name | Description | |
---|---|---|
IndexBuffer | Gets the index buffer associated with this mesh part. | |
Material | Gets the material of this mesh part. | |
NumVertices | Gets the number of vertices used in this mesh part. | |
PrimitiveCount | Gets the number of primitives to render for this mesh part. | |
StartIndex | Gets the location in the index buffer at which to start reading vertices. | |
Tag | Gets a user-defined tag object. | |
VertexBuffer | Gets the vertex buffer associated with this mesh part. | |
VertexOffset | Gets the offset, in bytes, from the first index of the of vertex buffer for this mesh part. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
ModelMeshPartContent Class
Microsoft.Xna.Framework.Content.Pipeline.Processors Namespace