cam.containsGui(spatial.getWorldBound()) always returns true

It’s pretty much the title.

When I call cam.containsGui(spatial.getWorldBound()) it always returns true independent of if I can see it or not.
Cam is the camera and spatial is a box in the world.

The bounding volume I need to give the function is getWorldBound() right?