Crate bevy_derive

Crate bevy_derive 

Source

Attribute Macros§

bevy_main

Derive Macros§

AppLabel
Generates an impl of the AppLabel trait.
Deref
Implements Deref for structs. This is especially useful when utilizing the newtype pattern.
DerefMut
Implements DerefMut for structs. This is especially useful when utilizing the newtype pattern.
DynamicPluginDeprecated
Generates a dynamic plugin entry point function for the given Plugin type.
EnumVariantMeta