ActiveAnimation

ActiveAnimation

  • weight : f32
  • repeat : bevy_animation::RepeatAnimation
  • speed : f32
  • elapsed : f32
  • seek_time : f32
  • last_seek_time : core::option::Option
  • completions : u32
  • just_completed : bool
  • paused : bool

Description

An animation that an [AnimationPlayer] is currently either playing or was playing, but is presently paused.

An stopped animation is considered no longer active.

Functions