AnimationPlayer.animationSetNext

Triggers the anim_to animation when the anim_from animation completes.

struct AnimationPlayer
@nogc nothrow
void
animationSetNext
(
in String anim_from
,
in String anim_to
)

Meta