AnimationPlayer.animationSetNext

Triggers the anim_to animation when the anim_from animation completes.

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

Meta