TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.Utils
ClusterUtils Class
ClusterUtils Methods
Get2DCenterPosition Method
GetPointsHash Method
GetPrevious2DCenterPosition Method
ClusterUtils
GetPointsHash Method
Computes a unique hash for a list of pointers.
Namespace:
TouchScript.Utils
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
static
string
GetPointsHash
(
IList
<
Pointer
>
pointers
)
Parameters
pointers
Type:
System.Collections.Generic
IList
Pointer
List of pointers.
Return Value
Type:
String
A unique string for a list of pointers.
See Also
Reference
ClusterUtils Class
TouchScript.Utils Namespace