The XMaterialMeshSubset type exposes the following members.

Constructors

  NameDescription
XMaterialMeshSubset
Creates new XMaterialMeshSubset class instance.

Methods

  NameDescription
Clone
Creates an object that is a copy of this instance.
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
InvalidateBoundingVolume
Invalidates the bounding volume.
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
AttributeId
Returns the attribute table identifier.
BoundingVolume
Gets the mesh part XAxisAlignedBox boundary volume.
Color
FaceCount
Returns the face count.
FaceStart
Returns the first face in the attribute group.
Index
The mesh part index in the XMaterialMesh mesh.
Material
Gets or sets the XMaterial material.
Mesh
Returns the parent XMaterialMesh mesh that contains this part.
SyncRoot
Returns the object that can be used for synchronizing access to this instance.
VertexCount
Returns the vertex count.
VertexStart
Returns the first vertex in the attribute group.

See Also