bevy/crates/bevy_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
..
macros Separate state crate (#13216) 2024-05-09 18:06:05 +00:00
src Unify transition names to exited and entered (#13594) 2024-05-31 15:20:01 +00:00
Cargo.toml Separate state crate (#13216) 2024-05-09 18:06:05 +00:00