bevy_mod_outline
bevy_mod_outline copied to clipboard
Add `Reflect` impls for various components
Related to #32, while trying to debug my invisible outlines, I popped open bevy_inspector_egui
to (hopefully) tweak various outline parameters.
However, the outline components don't impl Reflect
, so this isn't currently possible.
I'll add Reflect
trait impls to the public components.
Fixed in 0.7.1.