Function AnimationPlayer.currentAnimation

The name of the current animation, "" if not playing anything. When being set, does not restart the animation. See also play.

String currentAnimation() nothrow @property @nogc;

void currentAnimation (
  String v
) nothrow @property @nogc;