TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Core
TouchManagerInstance Class
TouchManagerInstance Properties
DisplayDevice Property
DotsPerCentimeter Property
DPI Property
Inputs Property
Instance Property
IsInsidePointerFrame Property
Pointers Property
PointersCount Property
PressedPointers Property
PressedPointersCount Property
ShouldCreateCameraLayer Property
ShouldCreateStandardInput Property
TouchManagerInstance
Pointers Property
Gets the list of pointers.
Namespace:
TouchScript.Core
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
IList
<
Pointer
>
Pointers
{
get
; }
Property Value
Type:
IList
Pointer
An unsorted list of all pointers.
Implements
ITouchManager
Pointers
See Also
Reference
TouchManagerInstance Class
TouchScript.Core Namespace