note about spatial hash ID

main
Evan Hemsley 2019-09-15 14:14:02 -07:00
parent e9c14c091a
commit 87d859138f
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ hash.Retrieve(1, rect, rectTransform);
In this example, the circle we inserted will be in the *IEnumerable* returned by the *Retrieve* call because they both exist in the same hash cell.
If a potential colliding shape-transform has the same ID as the one passed into the method, it will not be returned in the *IEnumerable*.
---
##### **public void Clear()**