bevy_tweening
bevy_tweening copied to clipboard
Bevy Event/Callback Example
The docs show 4 features front and center for this crate.
The first three are all well covered by the examples you have, but
Raise a Bevy event or invoke a callback when an tween completed
is not. At least one example per major feature would be nice :)
There's an event example in examples/sequence.rs.
This issue can probably be closed.
I'm conflicted. @Trequetrum has a point here, that feature is highlighted but there's no discoverable way to find an example for it. On the other hand there do is an example, if one manages to find it.
Fair point. A use case I've run into for events is despawning upon completion. Maybe an example could be created around that?
Yes, because that's also a feature that has been requested, so showing how to achieve it is valuable.