| Parameter | Description |
|---|---|
| point | The point used to check overlap. This must be in world-space. |
| filter | The filter to control the result returned. |
bool If the query overlaps anything.
Tests if the provided point overlaps any shapes. See QueryFilter.
| Parameter | Description |
|---|---|
| points | The points used to check overlap. These must be in world-space. |
| filter | The filter to control the result returned. |
bool If the query overlaps anything.
Tests if the provided point(s) overlap any shapes. See QueryFilter.