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