Language

UVAtlasOutput.Mesh Property (Microsoft.DirectX.Direct3D)

Gets the mesh created as the result of a UVAtlas method.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.Mesh
A Mesh object created from the atlas operation.

This property is read-only.