ModelMeshPart Members

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

Public Properties

Name Description
Public Property Effect Gets or sets the material Effect for this mesh part.
Public Property IndexBuffer Gets the index buffer for this mesh part.
Public Property NumVertices Gets the number of vertices used during a draw call.
Public Property PrimitiveCount Gets the number of primitives to render.
Public Property StartIndex Gets the location in the index array at which to start reading vertices.
Public Property Tag Gets or sets an object identifying this model mesh part.
Public Property VertexBuffer Gets the vertex buffer for this mesh part.
Public Property VertexOffset Gets the offset (in vertices) from the top of vertex buffer.

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

ModelMeshPart Class
Microsoft.Xna.Framework.Graphics Namespace