GestureRecognizerBeginGestureRestart Method |
Allows the gesture to restart even if the touches are not lifted. This is only valid when called from the "Ended" state.
Namespace:
DigitalRubyShared
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool BeginGestureRestart()
Return Value
Type:
BooleanTrue if restart was able to begin, false otherwise
See Also