Click or drag to resize

Bin2DTRetrieve Method

Gets all items in the Bin that could potentially intersect with the given bounds.

Namespace:  Archon.SwissArmyLib.Partitioning
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Retrieve(
	Rect bounds,
	HashSet<T> results
)
Request Example View Source

Parameters

bounds
Type: Rect
The bounds to check for.
results
Type: System.Collections.GenericHashSetT
Where to add results to.
See Also