Share via


SkinMesh.Mesh Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the Mesh object associated with the current skin information.

Definition

Visual Basic Public Property Mesh As Mesh
C# public Mesh Mesh { get; set; }
C++ public:
property Mesh^ Mesh {
        Mesh^ get();
        void set(Meshvalue);
}
JScript public function get Mesh() : Mesh
public function set Mesh(Mesh);

Property Value

Microsoft.DirectX.Direct3D.Mesh
A Mesh object to set or retrieve.

This property is read/write.