Forráskód Böngészése

Merge pull request #49292 from KoBeWi/you_changed,_animation

Clarify animation_changed signal
Rémi Verschelde 4 éve
szülő
commit
b5da5543db
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      doc/classes/AnimationPlayer.xml

+ 2 - 1
doc/classes/AnimationPlayer.xml

@@ -275,7 +275,8 @@
 			<argument index="1" name="new_name" type="StringName">
 			<argument index="1" name="new_name" type="StringName">
 			</argument>
 			</argument>
 			<description>
 			<description>
-				If the currently being played animation changes, this signal will notify of such change.
+				Emitted when a queued animation plays after the previous animation was finished. See [method queue].
+				[b]Note:[/b] The signal is not emitted when the animation is changed via [method play] or from [AnimationTree].
 			</description>
 			</description>
 		</signal>
 		</signal>
 		<signal name="animation_finished">
 		<signal name="animation_finished">