Click or drag to resize

Bin2DTRemove Method (T)

Goes through all cells and removes the specified item if they contain it. If you can you should use Remove(T, Rect) instead.

Namespace:  Archon.SwissArmyLib.Partitioning
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Remove(
	T item
)
Request Example View Source

Parameters

item
Type: T
The item to remove
See Also