Click or drag to resize

ReleaseGestureIgnoreChildren Property

Gets or sets a value indicating whether actions coming from children should be ingored.

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

Property Value

Type: Boolean
true if actions from children should be ignored; otherwise, false.
See Also