Called each physics frame with the time since the last physics frame as argument (delta, in seconds). Equivalent to Node._physicsProcess.
If implemented, the method must return a boolean value. true ends the main loop, while false lets it proceed to the next frame.
Called each physics frame with the time since the last physics frame as argument (delta, in seconds). Equivalent to Node._physicsProcess. If implemented, the method must return a boolean value. true ends the main loop, while false lets it proceed to the next frame.