MixedRealityHandTrackingProfile.EnableHandMeshVisualization Property

Definition

The hand mesh visualization enable/disable state of the current application mode.

public:
 property bool EnableHandMeshVisualization { bool get(); void set(bool value); };
public bool EnableHandMeshVisualization { get; set; }
member this.EnableHandMeshVisualization : bool with get, set
Public Property EnableHandMeshVisualization As Boolean

Property Value

Remarks

If this property is called while in-editor, this will only affect the in-editor settings (i.e. the SupportedApplicationModes.Editor flag of HandMeshVisualizationModes).

If this property is called while in-player, this will only affect the in-player settings (i.e. the SupportedApplicationModes.Player flag of HandMeshVisualizationModes).

Applies to