Enum XRCommonHandGesturesFlags
Flags denoting validity of relevant data in XRCommonHandGestures and its mirroring XRCommonHandGesturesState.
Namespace: UnityEngine.XR.Hands
Assembly: Unity.XR.Hands.dll
Syntax
[Flags]
public enum XRCommonHandGesturesFlags
Fields
| Name | Description |
|---|---|
| IsAimActivateValueValid | Whether the aim active value is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| IsAimActivatedStateValid | Whether the aim activated state is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| IsAimPoseValid | Whether the aim pose is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| IsGraspFirmStateValid | Whether the grasp firm state is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| IsGraspValueValid | Whether the grasp value is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| IsGripPoseValid | Whether the GripPose is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| IsPinchPoseValid | Whether the PinchPose is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| IsPinchTouchedStateValid | Whether the pinch touched state is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| IsPinchValueValid | Whether the PinchValue is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| IsPokePoseValid | Whether the PokePose is valid in the XRCommonHandGestures
or XRCommonHandGesturesState that these |
| None | No optional data is valid. |