Click or drag to resize

OctreeTRemove Method

Removes an item with the specified bounds from the octree.

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

Parameters

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

Return Value

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