Function AnimatedSprite.playing

If true, the animation is currently playing.

bool playing() nothrow @property @nogc;

void playing (
  bool v
) nothrow @property @nogc;