Is _physics_process called at the start or end of physics processing step?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By SamButers

Is _physics_process called at the start or end of physics processing step?

:bust_in_silhouette: Reply From: psear

As I understand it, the physics processing step is when _physics_process is called on all nodes which have this function written. That is to say, it is called during the physics processing step. Whether this occurs at the end or the start, or somewhere in the middle, depends when that particular node is being processed.

Oh, fair.
I guess I made the wrong question then.
I was wondering if it happens before or after physics take place, like collision checking and RigidBody movement.

SamButers | 2021-04-02 22:24