Click or drag to resize

TouchManagerSendMessageEvents Property

Gets or sets the bit-mask which indicates which events from an instance of ITouchManager are sent as Unity messages.

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

Property Value

Type: TouchManagerMessageType
Bit-mask with corresponding bits for used events.
See Also