UVAtlasOutput.Mesh Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.