Function bevy::ecs::event::event_update_system
source · pub fn event_update_system<T>(
update_signal: Option<Res<'_, EventUpdateSignal>>,
events: ResMut<'_, Events<T>>
)where
T: Event,
Expand description
A system that calls Events::update
.