ModelMeshPartContent Members

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

Public Properties

Name Description
Public Property BaseVertex Gets the offset from the start of the index buffer to the first vertex index.
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 StreamOffset Gets the offset, in bytes, from the first index of the of vertex buffer for this mesh part.
Public Property Tag Gets a user-defined tag object.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method GetVertexDeclaration Gets the vertex declaration for this mesh part.
Public Method ReferenceEquals (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