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