Click or drag to resize

SwipeGestureRecognizerEndMode Enumeration

Swipe gesture recognizer end mode

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum SwipeGestureRecognizerEndMode
Members
  Member nameValueDescription
EndImmediately0 End the swipe gesture and do not allow any additional swipes until the touch releases
EndContinusously1 End the swipe gesture and allow repeated swipe gestures with the same touch
EndWhenTouchEnds2 Only end the swipe gesture when the touch ends
See Also