| FingersScriptRemoveGesture Method  | 
 
            Remove a gesture from the script and dispose of it. The gesture will no longer give callbacks.
            You will need to re-create the gesture.
            
 
    Namespace: 
   DigitalRubyShared
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic bool RemoveGesture(
	GestureRecognizer gesture
)
Parameters
- gesture
- Type: DigitalRubySharedGestureRecognizer
 Gesture to remove
Return Value
Type: 
BooleanTrue if the gesture was removed, false if it was not in the script
 See Also
See Also