Click or drag to resize

GestureRecognizerState Enumeration

Gesture recognizer states

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum GestureRecognizerState
Members
  Member nameValueDescription
Possible1 Gesture is possible
Began2 Gesture has started
Executing4 Gesture is executing
Ended8 Gesture has ended
EndPending16 End is pending, if the dependant gesture fails
Failed32 Gesture has failed
See Also