HandInteractionHint.HideIfHandTracked 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.
React to hand tracking state to hide visuals when hands are being tracked. If false, only the customShouldHideHands function will be evaluated.
public:
property bool HideIfHandTracked { bool get(); void set(bool value); };
public bool HideIfHandTracked { get; set; }
member this.HideIfHandTracked : bool with get, set
Public Property HideIfHandTracked As Boolean