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.
EnumVariantMeta