pub fn event_update_condition<T>(events: Res<'_, Events<T>>) -> bool
where T: Event,
Expand description

A run condition that checks if the event’s event_update_system needs to run or not.