AnimatedSprite.play

Plays the animation named anim. If no anim is provided, the current animation is played. If backwards is true, the animation will be played in reverse.

struct AnimatedSprite
@nogc nothrow
void
play
(
in String anim = gs!""
,
in bool backwards = false
)

Meta