From 4cd144d5fb45827e27231eb158ee512d0cd698ac Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Mon, 19 Dec 2022 09:10:15 +0900 Subject: Add animation_started/finished signals to AnimationTree --- doc/classes/AnimationTree.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/AnimationTree.xml b/doc/classes/AnimationTree.xml index 21f4b37741..a17a727d7e 100644 --- a/doc/classes/AnimationTree.xml +++ b/doc/classes/AnimationTree.xml @@ -111,11 +111,25 @@ + + + + Notifies when an animation finished playing. + [b]Note:[/b] This signal is not emitted if an animation is looping or aborted. Also be aware of the possibility of unseen playback by sync and xfade. + + Emitted when the [member anim_player] is changed. + + + + Notifies when an animation starts playing. + [b]Note:[/b] This signal is not emitted if an animation is looping or playbacked from the middle. Also be aware of the possibility of unseen playback by sync and xfade. + + -- cgit v1.2.3