TouchManagerInstance Property |
Gets the instance of
ITouchManager implementation used in the application.
Namespace:
TouchScript
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public static ITouchManager Instance { get; }
Property Value
Type:
ITouchManagerAn instance of
ITouchManager which is in charge of global pointer input control in the application.
See Also