nicopap / cuicui_layout

The dumbest and simplest layouting algorithm for bevy
38 stars 2 forks source link

Debug view: option to not show outline of hidden containers #87

Closed nicopap closed 11 months ago

nicopap commented 1 year ago

If a container has a ComputedVisibility::Hidden it is probably not interesting to draw its outline on screen. We should add a field to the gizmo config. to check computed visibility.