Enum MagicLeapTouchpadGestureDirection
The direction of the touchpad gesture.
Namespace: UnityEngine.XR.MagicLeap
Syntax
public enum MagicLeapTouchpadGestureDirection
Fields
| Name | Description | Value | 
|---|---|---|
| None | 0 | |
| Up | 1 | |
| Down | 2 | |
| Left | 3 | |
| Right | 4 | |
| In | 5 | |
| Out | 6 | |
| Clockwise | 7 | |
| CounterClockwise | 8 |