Enum XRGeneralGrabTransformer.TwoHandedRotationMode
Two handed rotation mode.
Namespace: UnityEngine.XR.Interaction.Toolkit.Transformers
Syntax
public enum TwoHandedRotationMode
Fields
Name | Description | Value |
---|---|---|
FirstHandOnly | Determines rotation using only first hand. |
0 |
FirstHandDirectedTowardsSecondHand | Determines two handed rotation using first hand and then directing the object towards the second one. |
1 |
TwoHandedAverage | Directs first hand towards second hand, but uses the two handed average to determine the base rotation. |
2 |