diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-04-27 13:20:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-27 13:20:11 +0200 |
commit | 1de51133c9bf200eb7ba3f76fbf08ffe2e10d04d (patch) | |
tree | a0fb732d871c5d785f9cfbb43079976b5819c9b3 /doc/classes/@GlobalScope.xml | |
parent | f626e8ef91d9f0c97c29ca04f2b240c4eae5214e (diff) | |
parent | 3017530e263891145eb6bbaf009d485510c95c8f (diff) |
Merge pull request #60331 from KoBeWi/tween_static()
Diffstat (limited to 'doc/classes/@GlobalScope.xml')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 0a25e36899..0021b2f857 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -266,7 +266,7 @@ - Greater than 1.0 (exclusive): Ease in [/codeblock] [url=https://raw.githubusercontent.com/godotengine/godot-docs/master/img/ease_cheatsheet.png]ease() curve values cheatsheet[/url] - See also [method smoothstep]. If you need to perform more advanced transitions, use [Tween] or [AnimationPlayer]. + See also [method smoothstep]. If you need to perform more advanced transitions, use [method Tween.interpolate_value]. </description> </method> <method name="error_string"> |