BaseMesh Members
Manipulates and queries mesh objects and derived mesh objects.
The following tables list the members exposed by the BaseMesh type.
Public Properties
Name | Description | |
---|---|---|
Device | Gets the device associated with a mesh. | |
Disposed | Releases all resources used by the BaseMesh. | |
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
Public Methods
(see also Protected 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 | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) | |
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. GetHashCode is 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.) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Overridden. Allows the BaseMesh object to free resources before it is destroyed by the garbage collector. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Top
Public 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
See Also
Reference
BaseMesh Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace