Share via


ModelMeshPart Members

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

Public Properties

Name Description
Public Property BaseVertex Gets the offset to add to each vertex index in the index buffer.
Public Property Effect Gets or sets the material Effect 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 StreamOffset Gets the offset in bytes from the beginning of the VertexBuffer.
Public Property Tag Gets or sets an object identifying this model mesh part.
Public Property VertexDeclaration Gets the vertex declaration for this model mesh part.
Public Property VertexStride Gets the size, in bytes, of the elements in this vertex stream.

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
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

ModelMeshPart Class
Microsoft.Xna.Framework.Graphics Namespace