class
GestureRecognizer
Inherits from UnityEngine.MonoBehaviour
An abstract base class for gesture/interaction receiver components
Fields
ClickBehavior | Determines when this component should trigger click events. |
DragThreshold | The threshold that must be surpassed to initiate a drag event. |
LowAccuracyDragThreshold | The threshold that must be surpassed to initiate a drag event with a less physically stable input device. |
Navigation | Defines a NavLink per axis-aligned direction. |
ObstructDrags | When |