diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-10 13:53:53 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-10-10 13:53:53 +0200 |
commit | 8c24b35b76feb78d53231399c234eb7d268b7617 (patch) | |
tree | d8ffd7827e523cbdc14aa2b8404a4525dea51a94 /doc/classes | |
parent | 51bb3c36ddc78de036c562a8e599bdfd5345f2b5 (diff) | |
parent | 6a8fbf3d256b141442320f0a5e67654257622c60 (diff) |
Merge pull request #65942 from SaracenOne/animation_change_callback_fix
Fix animation change callbacks
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/AnimationPlayer.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index b7ac1ff7f8..c32cc5c5b8 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -268,6 +268,11 @@ [b]Note:[/b] This signal is not emitted if an animation is looping. </description> </signal> + <signal name="animation_libraries_updated"> + <description> + Notifies when the animation libraries have changed. + </description> + </signal> <signal name="animation_list_changed"> <description> Notifies when an animation list is changed. |