diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-09-24 13:21:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 13:21:55 +0200 |
commit | 5e4a71200e25811d8e570d87f08f0878dabb8bb9 (patch) | |
tree | c3271d3a6ec7b6647d97fcddc408f676718b21d7 /doc/classes/Tween.xml | |
parent | 32ab77ef8f537b2f2d0e4c6c0e6127ea9c2a20f4 (diff) | |
parent | 5c1195e456a168486c251340275ad8e9193873e9 (diff) |
Merge pull request #53003 from KoBeWi/tween_0()
Diffstat (limited to 'doc/classes/Tween.xml')
-rw-r--r-- | doc/classes/Tween.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml index ede6e2fdd5..f94018c96b 100644 --- a/doc/classes/Tween.xml +++ b/doc/classes/Tween.xml @@ -86,6 +86,7 @@ [code]initial_value[/code] is the starting value of the interpolation. [code]delta_value[/code] is the change of the value in the interpolation, i.e. it's equal to [code]final_value - initial_value[/code]. [code]duration[/code] is the total time of the interpolation. + [b]Note:[/b] If [code]duration[/code] is equal to [code]0[/code], the method will always return the final value, regardless of [code]elapsed_time[/code] provided. </description> </method> <method name="is_running"> |