Click or drag to resize

TouchManagerInstance Properties

The TouchManagerInstance 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 propertyDotsPerCentimeter
Gets number of pixels in a cm with current DPI.
Public propertyDPI
Gets current DPI.
Public propertyInputs
Gets the list of IInputSource
Public propertyStatic memberInstance
Gets the instance of TouchManager singleton.
Public propertyIsInsidePointerFrame
Indicates that execution is currently inside a TouchScript Pointer Frame, i.e. before FrameFinished and after FrameStarted events.
Public propertyPointers
Gets the list of pointers.
Public propertyPointersCount
Gets number of pointers in the system.
Public propertyPressedPointers
Gets the list of pressed pointers.
Public propertyPressedPointersCount
Gets the number of pressed pointer in the system.
Public propertyShouldCreateCameraLayer
Indicates if TouchScript should create a StandardLayer 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.
Top
See Also