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 public bool IgnoreChildren { get; set; }
Property Value
Type:
Booleantrue if actions from children should be ignored; otherwise,
false.
See Also