MeshComponent.Mesh Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Mesh used for rendering and spatial queries.
public:
property Microsoft::Azure::RemoteRendering::Mesh ^ Mesh { Microsoft::Azure::RemoteRendering::Mesh ^ get(); void set(Microsoft::Azure::RemoteRendering::Mesh ^ value); };
public Microsoft.Azure.RemoteRendering.Mesh Mesh { get; set; }
member this.Mesh : Microsoft.Azure.RemoteRendering.Mesh with get, set
Public Property Mesh As Mesh