Click or drag to resize

GestureSendMessageTarget Property

Gets or sets the target of Unity messages sent from this gesture.

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

Property Value

Type: GameObject
The target of Unity messages.
See Also