浏览代码

Clarify animation_changed signal

(cherry picked from commit 8d0cbded3fbba3c64020ab8788f498ae044a24d1)
kobewi 4 年之前
父节点
当前提交
bdc8d29749
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      doc/classes/AnimationPlayer.xml

+ 2 - 1
doc/classes/AnimationPlayer.xml

@@ -275,7 +275,8 @@
 			<argument index="1" name="new_name" type="String">
 			<argument index="1" name="new_name" type="String">
 			</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">