فهرست منبع

Mention caveat with looped animations in `AnimationPlayer.queue()`

Hugo Locurcio 6 سال پیش
والد
کامیت
4cb3984862
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">