Document default values for transition type and ease type.
This commit is contained in:
parent
0cd1483132
commit
c4de2d433a
|
@ -214,6 +214,7 @@
|
||||||
<param index="0" name="ease" type="int" enum="Tween.EaseType" />
|
<param index="0" name="ease" type="int" enum="Tween.EaseType" />
|
||||||
<description>
|
<description>
|
||||||
Sets the default ease type for [PropertyTweener]s and [MethodTweener]s animated by this [Tween].
|
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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="set_loops">
|
<method name="set_loops">
|
||||||
|
@ -260,6 +261,7 @@
|
||||||
<param index="0" name="trans" type="int" enum="Tween.TransitionType" />
|
<param index="0" name="trans" type="int" enum="Tween.TransitionType" />
|
||||||
<description>
|
<description>
|
||||||
Sets the default transition type for [PropertyTweener]s and [MethodTweener]s animated by this [Tween].
|
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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="stop">
|
<method name="stop">
|
||||||
|
|
Loading…
Reference in New Issue