Click or drag to resize

ClusterUtilsGetPointsHash 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#
public static string GetPointsHash(
	IList<Pointer> pointers
)

Parameters

pointers
Type: System.Collections.GenericIListPointer
List of pointers.

Return Value

Type: String
A unique string for a list of pointers.
See Also