mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Physics Interpolation - Fix project setting tooltip
Corrects a confusing documentation which refers to physics objects, whereas FTI applies to all rendered objects.
This commit is contained in:
parent
2303ce843a
commit
407ab8768c
2 changed files with 5 additions and 3 deletions
|
|
@ -266,8 +266,9 @@
|
|||
- Depending on each node's [member Node.process_mode], their [method Node._process], [method Node._physics_process] and [method Node._input] callback methods may not called anymore.
|
||||
</member>
|
||||
<member name="physics_interpolation" type="bool" setter="set_physics_interpolation_enabled" getter="is_physics_interpolation_enabled" default="false">
|
||||
If [code]true[/code], the renderer will interpolate the transforms of physics objects between the last two transforms, so that smooth motion is seen even when physics ticks do not coincide with rendered frames.
|
||||
If [code]true[/code], the renderer will interpolate the transforms of objects (both physics and non-physics) between the last two transforms, so that smooth motion is seen even when physics ticks do not coincide with rendered frames.
|
||||
The default value of this property is controlled by [member ProjectSettings.physics/common/physics_interpolation].
|
||||
[b]Note:[/b] Although this is a global setting, finer control of individual branches of the [SceneTree] is possible using [member Node.physics_interpolation_mode].
|
||||
</member>
|
||||
<member name="quit_on_go_back" type="bool" setter="set_quit_on_go_back" getter="is_quit_on_go_back" default="true">
|
||||
If [code]true[/code], the application quits automatically when navigating back (e.g. using the system "Back" button on Android).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue