Click or drag to resize

GestureRequireGestureToFail Property

Gets or sets another gesture which must fail before this gesture can be recognized.

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

Property Value

Type: Gesture
The gesture which must fail before this gesture can be recognized.
See Also