Click or drag to resize

GestureUseUnityEvents Property

Gets or sets whether gesture should use Unity Events in addition to C# events.

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

Property Value

Type: Boolean
true if gesture uses Unity Events; otherwise, false.
See Also