Enum XRHandAlignmentCondition
The method used to compare two directions.
Namespace: UnityEngine.XR.Hands.Gestures
Assembly: Unity.XR.Hands.dll
Syntax
public enum XRHandAlignmentCondition
Fields
Name | Description |
---|---|
AlignsWith | The angle between the directions is less than the threshold. |
OppositeTo | The angle between the direction and the opposite of the reference direction is less than the threshold. |
PerpendicularTo | The angle between the directions is 90 degrees plus or minus the threshold. |