Click or drag to resize

GestureRecognizerRequireGestureRecognizerToFail Property

Convenience method to add / remove one gesture to require failure on. Set to null to clear all require gestures to fail.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GestureRecognizer RequireGestureRecognizerToFail { get; set; }

Property Value

Type: GestureRecognizer
See Also