Function AnimatedSprite3D.play

Plays the animation named anim. If no anim is provided, the current animation is played.

void play (
  const(String) anim = GodotStringLiteral().str()
) nothrow @nogc;