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 public bool UseUnityEvents { get; set; }
Property Value
Type:
Booleantrue if gesture uses Unity Events; otherwise,
false.
See Also