HandConstraintPalmUp.UseGazeActivation 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.
With this active, solver will activate after the palm threshold has been met and the user gazes at the activation point. If eye gaze information is not available, the head gaze will be used.
public:
property bool UseGazeActivation { bool get(); void set(bool value); };
public bool UseGazeActivation { get; set; }
member this.UseGazeActivation : bool with get, set
Public Property UseGazeActivation As Boolean