TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Gestures.TransformGestures.Base
OnePointTrasformGestureBase Class
OnePointTrasformGestureBase Methods
doRotation Method
doScaling Method
getPointPreviousScreenPosition Method
getPointScreenPosition Method
pointersUpdated Method
relevantPointers Method
reset Method
updateType Method
OnePointTrasformGestureBase
relevantPointers Method
Checks if there are pointers in the list which matter for the gesture.
Namespace:
TouchScript.Gestures.TransformGestures.Base
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
protected
virtual
bool
relevantPointers
(
IList
<
Pointer
>
pointers
)
Parameters
pointers
Type:
System.Collections.Generic
IList
Pointer
List of pointers
Return Value
Type:
Boolean
true
if there are relevant pointers;
false
otherwise.
See Also
Reference
OnePointTrasformGestureBase Class
TouchScript.Gestures.TransformGestures.Base Namespace