Click or drag to resize

GestureSendStateChangeEvents Property

Gets or sets a value indicating whether state change events are broadcasted if UseUnityEvents is true.

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

Property Value

Type: Boolean
true if state change events should be broadcaster; otherwise, false.
See Also