For rigid bodies created using PhysicsServer, are there signals like "body_entered"?
I only found area_set_monitor_callback(area: RID, callback: Callable)
and area_set_area_monitor_callback(area: RID, callback: Callable)
(dont know the difference btw) but I found nothing for physics bodies.