MixedRealityHandTrackingProfile.EnableHandJointVisualization Property

Definition

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

public:
 property bool EnableHandJointVisualization { bool get(); void set(bool value); };
public bool EnableHandJointVisualization { get; set; }
member this.EnableHandJointVisualization : bool with get, set
Public Property EnableHandJointVisualization 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 HandJointVisualizationModes).

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

Applies to