Click or drag to resize

Bin2DTInsert Method

Inserts an item with the given bounds into the Bin.

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.
See Also