Module bevy::reflect

source ·
Expand description

Type reflection used for dynamically interacting with rust types.

Modules§

Macros§

Structs§

Enums§

Traits§

Functions§

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