Function 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.
void play
(
const(String) anim = GodotStringLiteral() .str(),
const(bool) backwards = false
) nothrow @nogc;