HandConstraintPalmUp.FollowHandUntilFacingCamera 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 follow hand rotation until the menu is sufficiently aligned with the gaze, at which point it faces the camera.
public:
property bool FollowHandUntilFacingCamera { bool get(); void set(bool value); };
public bool FollowHandUntilFacingCamera { get; set; }
member this.FollowHandUntilFacingCamera : bool with get, set
Public Property FollowHandUntilFacingCamera As Boolean