From db6caacb585777d1bfa71951c4e4b7d8fac864c5 Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Fri, 28 Apr 2023 15:30:32 +0300 Subject: [PATCH] Clarified TimeScale node parameter name --- tutorials/animation/animation_tree.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/animation/animation_tree.rst b/tutorials/animation/animation_tree.rst index c1a2a3bf17c..b2abf2a8cdc 100644 --- a/tutorials/animation/animation_tree.rst +++ b/tutorials/animation/animation_tree.rst @@ -155,7 +155,7 @@ After setting the time and changing the animation playback, the seek node automa TimeScale ^^^^^^^^^ -Allows scaling the speed of the animation (or reverse it) in any children nodes. Setting it to 0 will pause the animation. +Allows scaling the speed of the animation (or reverse it) connected to the `in` input via the `scale` parameter. Setting the `scale` to 0 will pause the animation. Transition ^^^^^^^^^^