Improve documentation on "physics spiral of death" in ProjectSettings

- Link to Troubleshooting physics issues documentation page in various
  locations in the class reference.
This commit is contained in:
Hugo Locurcio
2024-10-16 22:48:51 +02:00
parent db66bd35af
commit 302bba333f
12 changed files with 21 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
When [AnimatableBody2D] is moved, its linear and angular velocity are estimated and used to affect other physics bodies in its path. This makes it useful for moving platforms, doors, and other moving objects.
</description>
<tutorials>
<link title="Physics introduction">$DOCS_URL/tutorials/physics/physics_introduction.html</link>
<link title="Troubleshooting physics issues">$DOCS_URL/tutorials/physics/troubleshooting_physics_issues.html</link>
</tutorials>
<members>
<member name="sync_to_physics" type="bool" setter="set_sync_to_physics" getter="is_sync_to_physics_enabled" default="true">