Click or drag to resize

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
C#
public bool BeginGestureRestart()

Return Value

Type: Boolean
True if restart was able to begin, false otherwise
See Also