Enum XRHandTargetRelativeDirection
The direction to compare the hand's axis direction to relative to an arbitrary target transform in the scene.
Namespace: UnityEngine.XR.Hands.Gestures
Assembly: Unity.XR.Hands.dll
Syntax
public enum XRHandTargetRelativeDirection
Fields
Name | Description |
---|---|
HandToTarget | Direction pointing towards the target from the hand. |
TargetForward | The forward direction of the target. |
TargetRight | The right direction of the target. |
TargetUp | The up direction of the target. |