Function AABBTree.QueryTagged
QueryTagged
(List<T> buffer, bool clearTags=…)
Queries the tree for all objects that have been previously tagged using the Tag method.
Public
void QueryTagged (
List<T> | buffer | The results will be added to the buffer |
bool | clearTags=false | If true, all tags will be cleared after this call. If false, the tags will remain and can be queried again later. |
Queries the tree for all objects that have been previously tagged using the Tag method.