Click or drag to resize

Bin2DTRemove Method (T, Rect)

Removes an item which was inserted with the given bounds from the Bin.

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,
	Rect bounds
)
Request Example View Source

Parameters

item
Type: T
The item to remove.
bounds
Type: Rect
The bounds that the item was inserted with.
See Also