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