Click or drag to resize

Bin3DTRetrieve 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(
	Bounds bounds,
	HashSet<T> results
)
Request Example View Source

Parameters

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