Click or drag to resize

GestureState Property

Gets current gesture state.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GestureGestureState State { get; }

Property Value

Type: GestureGestureState
Current state of the gesture.
See Also