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.

  1. String assignedAnimation [@property getter]
    struct AnimationPlayer
    @nogc nothrow @property
    String
    assignedAnimation
    ()
  2. String assignedAnimation [@property setter]

Meta