Crate bevy_auto_plugin_proc_macros

Source

Attribute Macrosยง

auto_add_event
Automatically adds an event type to the Bevy App.
auto_init_resource
Automatically initializes a resource in the Bevy App.
auto_init_state
Automatically initializes a State in the Bevy App.
auto_name
Automatically associates a required component Name with the default value set to the ident in the Bevy App.
auto_plugin
Attaches to a module and generates an initialization function that automatically registering types, events, and resources in the App.
auto_register_state_type
Automatically registers a State and NextState in the Bevy App.
auto_register_type
Automatically registers a type with the Bevy App.