Click or drag to resize

Bin3DTUpdate Method

Removes and reinserts an item with new bounds, essentially moving it.

Namespace:  Archon.SwissArmyLib.Partitioning
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Update(
	T item,
	Bounds prevBounds,
	Bounds newBounds
)
Request Example View Source

Parameters

item
Type: T
The item to update.
prevBounds
Type: Bounds
The bounds that the item was inserted with earlier.
newBounds
Type: Bounds
The new bounds to insert the item with.
See Also