BaseMesh Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Manipulates and queries mesh objects and derived mesh objects.
The BaseMesh type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Clones, or copies, a mesh object. | |
ConvertAdjacencyToPointReps | Converts mesh adjacency information to an array of point representatives. | |
ConvertPointRepsToAdjacency | Converts point representative data to mesh adjacency information. | |
Dispose | Releases all resources used by the BaseMesh. | |
DrawSubset | Draws a subset of a mesh. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows the BaseMesh object to free resources before it is destroyed by the garbage collector. (Overrides Object.Finalize().) | |
GenerateAdjacency | Generates adjacency information based on mesh indices. | |
GetAttributeTable | Retrieves an attribute table for a mesh. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Device | Gets the device associated with a mesh. | |
Disposed | Gets a value indicating whether all resources used by the BaseMesh have been released. | |
IndexBuffer | Gets the data in an index buffer. | |
NumberAttributes | Gets the number of entries stored in an attribute table for a mesh. | |
NumberFaces | Gets the number of faces in a mesh. | |
NumberVertices | Gets the number of vertices in a mesh. | |
Options | Gets the mesh options enabled for the current mesh at creation time. | |
VertexBuffer | Gets the vertex buffer of a mesh. | |
VertexFormat | Gets the vertex format that describes the contents of vertices. |
Top
Events
Name | Description | |
---|---|---|
Disposing | Occurs when the Dispose method is called or when the BaseMesh object is finalized and collected by the garbage collector. |
Top