Check if a coordinate is within bounds of a group of dynamic physics objects

I need a way to check if a specific coordinate is within the bounds of any of the bodies in an Arcade Physics group. Is this possible??

This example is the closest to what you’re looking for. Alternatively, you can use the hitTest method of a Body to check if a point is within it.