Function bevy_ecs::event::signal_event_update_system

source ยท
pub fn signal_event_update_system(signal: Option<ResMut<'_, EventRegistry>>)
Expand description

Signals the event_update_system to run after FixedUpdate systems.

This will change the behavior of the EventRegistry to only run after a fixed update cycle has passed. Normally, this will simply run every frame.