Skip to main content

Crate bevy_gearbox_macros

Crate bevy_gearbox_macros 

Source

Attribute Macros§

state_bridge
Attribute macro to auto-register a Bevy States bridge via inventory.
state_component
Attribute macro to auto-register a state component type via inventory.

Derive Macros§

GearboxMessage
Derive macro that implements GearboxMessage for a message struct and auto-registers it with the gearbox schedule via inventory.