TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Gestures.TransformGestures
TransformGesture Class
TransformGesture Methods
Awake Method
doOnePointTranslation Method
doRotation Method
doScaling Method
doTwoPointTranslation Method
OnEnable Method
pointersPressed Method
projectScaledRotated Method
TransformGesture
.
pointersPressed Method
Called when new pointers appear.
Namespace:
TouchScript.Gestures.TransformGestures
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
protected
override
void
pointersPressed
(
IList
<
Pointer
>
pointers
)
Parameters
pointers
Type:
System.Collections.Generic
.
IList
<
Pointer
>
The pointers.
See Also
Reference
TransformGesture Class
TouchScript.Gestures.TransformGestures Namespace