bevy_mod_outline icon indicating copy to clipboard operation
bevy_mod_outline copied to clipboard

Add `Reflect` impls for various components

Open rparrett opened this issue 11 months ago • 1 comments

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.

rparrett avatar Mar 12 '24 21:03 rparrett

I'll add Reflect trait impls to the public components.

komadori avatar Mar 13 '24 21:03 komadori

Fixed in 0.7.1.

komadori avatar Jun 11 '24 00:06 komadori