Click or drag to resize

OctreeTRetrieve Method

Overload List
  NameDescription
Public methodRetrieve(Bounds)
Retrieves all potential matches for the given Bounds. Careful, this method creates a new HashSetT. You might want to use Retrieve(Bounds, HashSetT) instead if you call this often.
Public methodRetrieve(Bounds, HashSetT)
Retrieves all potential matches for the given Bounds and adds them to results.
Top
See Also