Enum GestureTransformationUtility.GestureTranslationMode
Represents the alignment of a plane where translation is allowed.
Namespace: UnityEngine.XR.Interaction.Toolkit.AR
Assembly: Unity.XR.Interaction.Toolkit.dll
Syntax
public enum GestureTransformationUtility.GestureTranslationMode
Fields
Name | Description |
---|---|
Any | Allow translation on any plane. |
Horizontal | Allow translation when the plane is horizontal. |
Vertical | Allow translation when the plane is vertical. |