Click or drag to resize

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
C#
public bool RemoveGesture(
	GestureRecognizer gesture
)

Parameters

gesture
Type: DigitalRubySharedGestureRecognizer
Gesture to remove

Return Value

Type: Boolean
True if the gesture was removed, false if it was not in the script
See Also