| GestureRecognizerSetState Method  | 
 
            Sets the state of the gesture. Continous gestures should set the executing state every time they change.
            
 
    Namespace: 
   DigitalRubyShared
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxprotected bool SetState(
	GestureRecognizerState value
)
Parameters
- value
- Type: DigitalRubySharedGestureRecognizerState
 True if state set successfully, false if the gesture was forced to fail or the state is pending a require gesture recognizer to fail state change
Return Value
Type: 
Boolean[Missing <returns> documentation for "M:DigitalRubyShared.GestureRecognizer.SetState(DigitalRubyShared.GestureRecognizerState)"]
 See Also
See Also