Function AnimationPlayer.assignedAnimation

If playing, the current animation; otherwise, the animation last played. When set, would change the animation, but would not play it unless currently playing. See also currentAnimation.

String assignedAnimation() nothrow @property @nogc;

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