#[derive(Reflect)]
{
// Attributes available to this derive:
#[reflect]
}
Expand description
Lightweight fallback derive used when Copper reflect is disabled.
This keeps accepting #[reflect(...)] helper attributes without pulling
bevy_reflect, while still emitting the TypePath impl that runtime code
generation now relies on for schema/introspection metadata.