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