TouchManager Properties |
The TouchManager type exposes the following members.
Name | Description | |
---|---|---|
DebugMode |
Gets or sets if this object should show its debug information.
(Inherited from DebuggableMonoBehaviour.) | |
DisplayDevice |
Gets or sets current display device.
| |
Instance |
Gets the instance of ITouchManager implementation used in the application.
| |
SendMessageEvents |
Gets or sets the bit-mask which indicates which events from an instance of ITouchManager are sent as Unity messages.
| |
SendMessageTarget |
Gets or sets the SendMessage target GameObject.
| |
ShouldCreateCameraLayer |
Indicates if TouchScript should create a CameraLayer for you if no layers present in a scene.
| |
ShouldCreateStandardInput |
Gets or sets a value indicating whether a StandardInput should be created in scene if no inputs present.
| |
UseSendMessage |
Gets or sets a value indicating whether Unity messages are sent when ITouchManager dispatches events.
| |
UseUnityEvents |
Gets or sets a value indicating whether Unity Events should be used.
|