From cff95e54e05c9b5f14698ecc02f37bda658d0c22 Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Thu, 1 Sep 2022 23:00:55 +0900 Subject: Fix redraw timing in AnimationBlendTreeEditor --- doc/classes/AnimationNodeBlendTree.xml | 8 ++++++++ doc/classes/AnimationPlayer.xml | 5 +++++ doc/classes/AnimationTree.xml | 7 +++++++ 3 files changed, 20 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/AnimationNodeBlendTree.xml b/doc/classes/AnimationNodeBlendTree.xml index 4c7943ece3..2a765ac8d6 100644 --- a/doc/classes/AnimationNodeBlendTree.xml +++ b/doc/classes/AnimationNodeBlendTree.xml @@ -87,6 +87,14 @@ The global offset of all sub-nodes. + + + + + Emitted when the input port information is changed. + + + The connection was successful. diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 710dc55a4b..d24703203b 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. + + + Notifies when an animation list is changed. + + diff --git a/doc/classes/AnimationTree.xml b/doc/classes/AnimationTree.xml index f2bf74f495..27797b00b5 100644 --- a/doc/classes/AnimationTree.xml +++ b/doc/classes/AnimationTree.xml @@ -54,6 +54,13 @@ The root animation node of this [AnimationTree]. See [AnimationNode]. + + + + Emitted when the [member anim_player] is changed. + + + The animations will progress during the physics frame (i.e. [method Node._physics_process]). -- cgit v1.2.3