Click or drag to resize

IGestureDelegateShouldBegin Method

Returns whether a gesture can now begin.

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
bool ShouldBegin(
	Gesture gesture
)

Parameters

gesture
Type: TouchScript.GesturesGesture
The gesture.

Return Value

Type: Boolean
true if it can; false otherwise.
Remarks
Can be used to stop a ready to begin gesture.
See Also