Click or drag to resize

QuadtreeTRemove Method

Removes an item with the specified bounds from the quadtree.

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

Parameters

item
Type: T
The item to remove.
bounds
Type: Rect
The bounds used for previously inserting this item.

Return Value

Type: Boolean
True if item was found and removed, otherwise false.
See Also