ModelMeshPart Members
The following tables list the members exposed by the ModelMeshPart type.
Public Properties
Name | Description | |
---|---|---|
![]() |
BaseVertex | Gets the offset to add to each vertex index in the index buffer. |
![]() |
Effect | Gets or sets the material Effect for this mesh part. |
![]() |
NumVertices | Gets the number of vertices used during a draw call. |
![]() |
PrimitiveCount | Gets the number of primitives to render. |
![]() |
StartIndex | Gets the location in the index array at which to start reading vertices. |
![]() |
StreamOffset | Gets the offset in bytes from the beginning of the VertexBuffer. |
![]() |
Tag | Gets or sets an object identifying this model mesh part. |
![]() |
VertexDeclaration | Gets the vertex declaration for this model mesh part. |
![]() |
VertexStride | Gets the size, in bytes, of the elements in this vertex stream. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
ModelMeshPart Class
Microsoft.Xna.Framework.Graphics Namespace