Crate bevy_state_macros

Crate bevy_state_macros 

Source
Expand description

Macros for deriving States and SubStates traits.

Derive Macrosยง

States
Implements the States trait for a type - see the trait docs for an example usage.
SubStates
Implements the SubStates trait for a type - see the trait docs for an example usage.