SwipeDirection
The SwipeDirection Enum represents the direction in which a user swipes on a UserInputService.TouchEnabled device.
The GuiObject.TouchSwipe and UserInputService.TouchSwipe events pass this enum as an argument.
Items
Name | Value | Summary |
---|---|---|
Right | 0 | |
Left | 1 | |
Up | 2 | |
Down | 3 | |
None | 4 |