Function bevy::ecs::event::event_update_condition
source · pub fn event_update_condition<T>(events: Res<'_, Events<T>>) -> boolwhere
T: Event,
Expand description
A run condition that checks if the event’s event_update_system
needs to run or not.