MixedRealityHandTrackingProfile.EnableHandMeshVisualization 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 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).