bevy/examples/state
MiniaczQ 912f77b2fe
Unify transition names to exited and entered (#13594)
# Objective

Unifies the naming convention between `StateTransitionEvent<S>` and
transition schedules.

## Migration Guide

- `StateTransitionEvent<S>` and `OnTransition<S>` schedule had their
fields renamed to `exited` and `entered` to match schedules.
2024-05-31 15:20:01 +00:00
..
computed_states.rs Unify transition names to exited and entered (#13594) 2024-05-31 15:20:01 +00:00
state.rs Unify transition names to exited and entered (#13594) 2024-05-31 15:20:01 +00:00
sub_states.rs Unify transition names to exited and entered (#13594) 2024-05-31 15:20:01 +00:00