AnimationPlayer.queue

Queues an animation for playback once the current one is done. Note: If a looped animation is currently playing, the queued animation will never play unless the looped animation is stopped somehow.

struct AnimationPlayer
@nogc nothrow
void
queue
(
in String name
)

Meta