#animation events ?
3 messages · Page 1 of 1 (latest)
I don't think there's a built-in, but this kind of pattern is common (here, playing a sound effect): https://github.com/TheBevyFlock/bevy_quickstart/blob/fabd64f1ca8175d17f0b102c6f0399ea7b0b0970/src/demo/animation.rs#L82-L92
(I feel like a broken record recommending the quickstart so much, but there are a lot of good patterns in it!)