Click or drag to resize

GestureUseSendMessage Property

Gets or sets whether gesture should use Unity's SendMessage in addition to C# events.

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

Property Value

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