Click or drag to resize

TouchManagerUseUnityEvents Property

Gets or sets a value indicating whether Unity Events should be used.

Namespace:  TouchScript
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 TouchManager should use Unity Events; otherwise, false.
See Also