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 public TouchManagerMessageType SendMessageEvents { get; set; }
Property Value
Type:
TouchManagerMessageTypeBit-mask with corresponding bits for used events.
See Also