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]
    struct AnimationPlayer
    @nogc nothrow @property
    String
    currentAnimation
    ()
  2. String currentAnimation [@property setter]

Meta