mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
4ad621fe0f
# Objective - it would be useful to inspect these structs using reflection ## Solution - derive and register reflect - Note that `#[reflect(Component)]` requires `Default` (or `FromWorld`) until #6060, so I implemented `Default` for `Tonemapping` with `is_enabled: false` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |