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