summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2023-02-27 10:40:42 +0100
committerGitHub <noreply@github.com>2023-02-27 10:40:42 +0100
commit417ed3da2933fa3a51faf8ae15c1ee89bd4e5933 (patch)
tree24134064cb63da61f4bd757235512bc9dc9e206e /doc
parentec8475af5eb61e988b389d032adc548f6ef39be6 (diff)
parentc4de2d433aa07f29d723621eb370b3d58d4782d3 (diff)
Merge pull request #74024 from sarice8/update-tween-doc
Document default values for transition type and ease type.
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Tween.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml
index 16e4ce3714..704430a1c2 100644
--- a/doc/classes/Tween.xml
+++ b/doc/classes/Tween.xml
@@ -214,6 +214,7 @@
<param index="0" name="ease" type="int" enum="Tween.EaseType" />
<description>
Sets the default ease type for [PropertyTweener]s and [MethodTweener]s animated by this [Tween].
+ If not specified, the default value is [constant EASE_IN_OUT].
</description>
</method>
<method name="set_loops">
@@ -260,6 +261,7 @@
<param index="0" name="trans" type="int" enum="Tween.TransitionType" />
<description>
Sets the default transition type for [PropertyTweener]s and [MethodTweener]s animated by this [Tween].
+ If not specified, the default value is [constant TRANS_LINEAR].
</description>
</method>
<method name="stop">