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 public bool SendStateChangeEvents { get; set; }
Property Value
Type:
Booleantrue if state change events should be broadcaster; otherwise,
false.
See Also