Crate bevy_derive

Crate bevy_derive 

Source
Expand description

Assorted proc macro derive functions.

Attribute Macros§

bevy_main
Generates the required main function boilerplate for Android.

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
Adds enum_variant_index and enum_variant_name functions to enums.