mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Document physics interpolation not being supported in 2D particles yet
This commit is contained in:
@@ -199,6 +199,12 @@ This setting can be used to set the particle system to render at a fixed
|
||||
FPS. For instance, changing the value to ``2`` will make the particles render
|
||||
at 2 frames per second. Note this does not slow down the particle system itself.
|
||||
|
||||
.. note::
|
||||
|
||||
Godot 4.3 does not currently support physics interpolation for 2D particles.
|
||||
As a workaround, disable physics interpolation for the particles node by setting
|
||||
**Node > Physics Interpolation > Mode** at the bottom of the inspector.
|
||||
|
||||
Fract Delta
|
||||
~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user