Click or drag to resize

OctreeTInsert Method

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

Parameters

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