bevy/crates/bevy_ui/src
François b80636b330 don't render completely transparent UI nodes (#5537)
# Objective

- I often have UI nodes that are completely transparent and just for organisation
- Don't render them
- I doesn't bring a lot of improvements, but it doesn't add a lot of complexity either
2022-08-08 21:58:20 +00:00
..
flex Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
render don't render completely transparent UI nodes (#5537) 2022-08-08 21:58:20 +00:00
widget bevy_reflect: Update enum derives (#5473) 2022-08-02 22:40:29 +00:00
entity.rs Improve ergonomics and reduce boilerplate around creating text elements. (#5343) 2022-07-20 14:14:29 +00:00
focus.rs bevy_reflect: Update enum derives (#5473) 2022-08-02 22:40:29 +00:00
geometry.rs Remove Size and UiRect generics (#5404) 2022-08-01 16:27:16 +00:00
lib.rs Remove Size and UiRect generics (#5404) 2022-08-01 16:27:16 +00:00
ui_node.rs bevy_reflect: Update enum derives (#5473) 2022-08-02 22:40:29 +00:00
update.rs Use Affine3A for GlobalTransform to allow any affine transformation (#4379) 2022-07-16 00:51:12 +00:00