bevy_reflect_derive 0.11.2

Derive implementations for bevy_reflect
Documentation

This crate contains macros used by Bevy's Reflect API.

The main export of this crate is the derive macro for Reflect. This allows types to easily implement Reflect along with other bevy_reflect traits, such as Struct, GetTypeRegistration, and more— all with a single derive!

Some other noteworthy exports include the derive macros for FromReflect and TypeUuid, as well as the reflect_trait attribute macro.