SceneMeshRendererComponent.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.
Gets or sets the SceneMesh to be rendered.
public:
property SceneMesh ^ Mesh { SceneMesh ^ get(); void set(SceneMesh ^ value); };
SceneMesh Mesh();
void Mesh(SceneMesh value);
public SceneMesh Mesh { get; set; }
var sceneMesh = sceneMeshRendererComponent.mesh;
sceneMeshRendererComponent.mesh = sceneMesh;
Public Property Mesh As SceneMesh
Property Value
The SceneMesh to be rendered.