| Parameter | Description |
|---|---|
| shapeProxy | The shape proxy to use. This must be in world-space. |
| filter | The filter to control the result returned. |
bool If the query overlaps anything.
Test if the provided shape proxy overlaps any shapes. This first converts the shape to a ShapeProxy and uses PhysicsWorld.TestOverlapShapeProxy.
| Parameter | Description |
|---|---|
| shapeProxies | The shape proxy to use. This must be in world-space. |
| filter | The filter to control the result returned. |
bool If the query overlaps anything.
Test if the provided shape proxies overlaps any shapes. This first converts the shape to a ShapeProxy and uses PhysicsWorld.TestOverlapShapeProxy.