Glossary

`_process(delta)`

called every frame. `delta` is the time in seconds since the last frame (typically ~0.016 seconds at 60 FPS). Use it for visual updates, UI, and non-physics logic:

Learn More

Related Terms