ModelMeshPartContent Members

The following tables list the members exposed by the ModelMeshPartContent type.

Public Properties

Name Description
Public Property IndexBuffer Gets the index buffer associated with this mesh part.
Public Property Material Gets the material of this mesh part.
Public Property NumVertices Gets the number of vertices used in this mesh part.
Public Property PrimitiveCount Gets the number of primitives to render for this mesh part.
Public Property StartIndex Gets the location in the index buffer at which to start reading vertices.
Public Property Tag Gets a user-defined tag object.
Public Property VertexBuffer Gets the vertex buffer associated with this mesh part.
Public Property VertexOffset Gets the offset, in bytes, from the first index of the of vertex buffer for this mesh part.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

ModelMeshPartContent Class
Microsoft.Xna.Framework.Content.Pipeline.Processors Namespace