SwipeGestureRecognizerEndMode Enumeration |
Swipe gesture recognizer end mode
Namespace:
DigitalRubyShared
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public enum SwipeGestureRecognizerEndMode
Members
| Member name | Value | Description |
---|
| EndImmediately | 0 |
End the swipe gesture and do not allow any additional swipes until the touch releases
|
| EndContinusously | 1 |
End the swipe gesture and allow repeated swipe gestures with the same touch
|
| EndWhenTouchEnds | 2 |
Only end the swipe gesture when the touch ends
|
See Also