From 87d859138f612026cff515a86789da709ee73342 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 15 Sep 2019 14:14:02 -0700 Subject: [PATCH] note about spatial hash ID --- content/api/SpatialHash.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/api/SpatialHash.md b/content/api/SpatialHash.md index 4cd0bef..ff87cba 100644 --- a/content/api/SpatialHash.md +++ b/content/api/SpatialHash.md @@ -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()**