Function bevy_internal::ecs::schedule::run_enter_schedule
source · pub fn run_enter_schedule<S>(world: &mut World)where
S: States,
Expand description
Run the enter schedule (if it exists) for the current state.