Click or drag to resize

TouchManager Properties

The TouchManager type exposes the following members.

Properties
  NameDescription
Public propertyDebugMode
Gets or sets if this object should show its debug information.
(Inherited from DebuggableMonoBehaviour.)
Public propertyDisplayDevice
Gets or sets current display device.
Public propertyStatic memberInstance
Gets the instance of ITouchManager implementation used in the application.
Public propertySendMessageEvents
Gets or sets the bit-mask which indicates which events from an instance of ITouchManager are sent as Unity messages.
Public propertySendMessageTarget
Gets or sets the SendMessage target GameObject.
Public propertyShouldCreateCameraLayer
Indicates if TouchScript should create a CameraLayer for you if no layers present in a scene.
Public propertyShouldCreateStandardInput
Gets or sets a value indicating whether a StandardInput should be created in scene if no inputs present.
Public propertyUseSendMessage
Gets or sets a value indicating whether Unity messages are sent when ITouchManager dispatches events.
Public propertyUseUnityEvents
Gets or sets a value indicating whether Unity Events should be used.
Top
See Also