Skip to content
Snippets Groups Projects
  1. Aug 03, 2022
  2. Jul 10, 2022
  3. Jun 14, 2022
  4. Jun 01, 2022
  5. May 31, 2022
  6. May 17, 2022
  7. May 07, 2022
  8. Apr 24, 2022
  9. Apr 16, 2022
  10. Mar 05, 2022
  11. Feb 24, 2022
  12. Feb 16, 2022
    • Jerome Humbert's avatar
      Add event `user_data` and improve docs · 8dcd3d27
      Jerome Humbert authored
      - Add `TweenCompleted::user_data` to help identify the tween which
        raised the event.
      - Improved several docs.
      - Update CHANGELOG.
      - Update README with mention of events and callbacks.
      8dcd3d27
    • Jerome Humbert's avatar
      Add `TweenCompleted` event · e31e76dc
      Jerome Humbert authored
      Add a mechanism to `Tween<T>` to raise a Bevy event once the tween
      completed. The event raising can be enabled with `set_completed_event()`
      and `with_completed_event()`. The `TweenCompleted` event contains the
      `Entity` on which the `Animator<T>` or `AssetAnimator<T>` owning the
      tween are attached.
      
      Update the `sequence` example to show how to use that new event
      mechanism.
      e31e76dc
  13. Feb 14, 2022
  14. Feb 13, 2022
    • Jerome Humbert's avatar
      Clarify and increase control on playback state · 38e99394
      Jerome Humbert authored
      Add some new methods and refactor some existing ones to clarify the
      playback state of a tweenable, and give increased control to the
      `Animator` or `AssetAnimator` to rewind a tweenable, set its progress to
      an arbitrary value, or query its current state.
      38e99394
  15. Feb 12, 2022
  16. Jan 29, 2022
  17. Jan 28, 2022
  18. Jan 27, 2022
Loading