Click or drag to resize

Clusters2DAddPoints Method

Adds a list of pointers to cluster.

Namespace:  TouchScript.Clusters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void AddPoints(
	IList<Pointer> pointers
)

Parameters

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