Mesh Properties

Public Properties

  Name Description
Public property Supported by the .NET Compact Framework Device  Gets the device associated with a mesh. (Inherited from BaseMesh.)
Public property Supported by the .NET Compact Framework Disposed  Releases all resources used by the BaseMesh. (Inherited from BaseMesh.)
Public property Supported by the .NET Compact Framework IndexBuffer  Gets the data in an index buffer. (Inherited from BaseMesh.)
Public property Supported by the .NET Compact Framework NumberAttributes  Gets the number of entries stored in an attribute table for a mesh. (Inherited from BaseMesh.)
Public property Supported by the .NET Compact Framework NumberFaces  Gets the number of faces in a mesh. (Inherited from BaseMesh.)
Public property Supported by the .NET Compact Framework NumberVertices  Gets the number of vertices in a mesh. (Inherited from BaseMesh.)
Public property Supported by the .NET Compact Framework Options  Gets the mesh options enabled for the current mesh at creation time. (Inherited from BaseMesh.)
Public property Supported by the .NET Compact Framework VertexBuffer  Gets the vertex buffer of a mesh. (Inherited from BaseMesh.)
Public property Supported by the .NET Compact Framework VertexFormat  Gets the vertex format that describes the contents of vertices. (Inherited from BaseMesh.)

Top

See Also

Reference

Mesh Class
Microsoft.WindowsMobile.DirectX.Direct3D Namespace

Other Resources

Mobile Direct3D Programming