Click or drag to resize

GesturesetState Method

Tries to change gesture state.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected bool setState(
	GestureGestureState value
)

Parameters

value
Type: TouchScript.GesturesGestureGestureState
New state.

Return Value

Type: Boolean
true if state was changed; otherwise, false.
See Also