Add missing description of finished signal of SceneTreeTween
This commit is contained in:
parent
288dbe41a2
commit
b395731517
1 changed files with 2 additions and 0 deletions
|
@ -295,6 +295,8 @@
|
||||||
<signals>
|
<signals>
|
||||||
<signal name="finished">
|
<signal name="finished">
|
||||||
<description>
|
<description>
|
||||||
|
Emitted when the [SceneTreeTween] has finished all tweening. Never emitted when the [SceneTreeTween] is set to infinite looping (see [method set_loops]).
|
||||||
|
[b]Note:[/b] The [SceneTreeTween] is removed (invalidated) after this signal is emitted, but it doesn't happen immediately, but on the next processing frame. Calling [method stop] inside the signal callback will preserve the [SceneTreeTween].
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
<signal name="loop_finished">
|
<signal name="loop_finished">
|
||||||
|
|
Loading…
Add table
Reference in a new issue