浏览代码

Merge pull request #31480 from Calinou/doc-animationplayer-queue-loop

Mention caveat with looped animations in `AnimationPlayer.queue()`
Rémi Verschelde 6 年之前
父节点
当前提交
8b27f091f2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/classes/AnimationPlayer.xml

+ 1 - 0
doc/classes/AnimationPlayer.xml

@@ -165,6 +165,7 @@
 			</argument>
 			<description>
 				Queues an animation for playback once the current one is done.
+				[b]Note:[/b] If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow.
 			</description>
 		</method>
 		<method name="remove_animation">