Click or drag to resize

GestureRecognizerEndGestureRestart Method

Restart the gesture with a set of begin touches

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool EndGestureRestart(
	ICollection<GestureTouch> touches
)

Parameters

touches
Type: System.Collections.GenericICollectionGestureTouch
Touches

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DigitalRubyShared.GestureRecognizer.EndGestureRestart(System.Collections.Generic.ICollection{DigitalRubyShared.GestureTouch})"]

See Also