AnimationPlayer.currentAnimation

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

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

Meta