Click or drag to resize

QuadtreeTInsert Method

Inserts an item with the specified bounds into 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 void Insert(
	T item,
	Rect bounds
)
Request Example View Source

Parameters

item
Type: T
The item to insert.
bounds
Type: Rect
The bounds of the item, used to place it correctly in the tree.
See Also