intersectShapeAll
open fun intersectShapeAll(shape: Shape, shapePos: DIso3, filter: PhysicsQuery.Filter): List<ColliderKey>
Gets every collider whose shape intersects shape if that shape was positioned at shapePos.
Return
All collected results.
Parameters
shape
The shape to test against.
shapePos
The position of the tested shape in the world.
filter
The filter for determining which colliders are tested against.