Click or drag to resize

Bin3DTRemove Method (T, Bounds)

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

Parameters

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