Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.