Click or drag to resize

SwipeGestureRecognizerDirection Enumeration

Swipe gesture directions - assumes 0,0 is in the bottom left

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum SwipeGestureRecognizerDirection
Members
  Member nameValueDescription
Left0 Swipe left
Right1 Swipe right
Down2 Swipe down
Up3 Swipe up
Any4 Any direction
See Also