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 public GameObject SendMessageTarget { get; set; }
Property Value
Type:
GameObject The target of Unity messages.
See Also