Module bevy::reflect::prelude

source ·

Structs§

Traits§

Attribute Macros§

  • A macro that automatically generates type data for traits, which their implementors can then register.

Derive Macros§

  • Derives the FromReflect trait.
  • The main derive macro used by bevy_reflect for deriving its Reflect trait.
  • Derives the TypePath trait, providing a stable alternative to [std::any::type_name].