Function bevy_ecs::event::event_update_system
source · pub fn event_update_system(world: &mut World, last_change_tick: Local<'_, Tick>)
Expand description
A system that calls Events::update
on all registered Events
in the world.