-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
godotengine/godot
#109320Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryenhancement
Milestone
Description
Your Godot version:
4.5
Issue description:
The description for _physics_process and _process don't reflect the implementation and it's confusing to devs.
_physics_process docs makes it sound like delta changes based on performance/FPS, which isn't true.
It's also worth mentioning that delta in _process is capped.
URL to the documentation page:
https://docs.godotengine.org/en/4.4/classes/class_mainloop.html#class-mainloop-private-method-physics-process
https://docs.godotengine.org/en/4.4/classes/class_node.html#class-node-private-method-physics-process
Will create PR shortly.
Metadata
Metadata
Assignees
Labels
area:class referenceIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryIssues and PRs about the class reference, which should be addressed on the Godot engine repositoryenhancement