Click or drag to resize

Clusters2DRemovePoints Method

Removes a list of pointers from cluster.

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

Parameters

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