bevy/crates/bevy_ui/src
Aevyrie 4aa56050b6 Add infallible resource getters for WorldCell (#4104)
# Objective

- Eliminate all `worldcell.get_resource().unwrap()` cases.
- Provide helpful messages on panic.

## Solution

- Adds infallible resource getters to `WorldCell`, mirroring `World`.
2022-04-25 23:19:13 +00:00
..
flex Move Rect to bevy_ui and rename it to UiRect (#4276) 2022-04-25 19:20:38 +00:00
render Add infallible resource getters for WorldCell (#4104) 2022-04-25 23:19:13 +00:00
widget Move Size to bevy_ui (#4285) 2022-04-25 13:54:46 +00:00
entity.rs use marker components for cameras instead of name strings (#3635) 2022-03-12 00:41:06 +00:00
focus.rs Fix clicked UI nodes getting reset when hovering child nodes (#4194) 2022-04-07 19:08:09 +00:00
geometry.rs Move Rect to bevy_ui and rename it to UiRect (#4276) 2022-04-25 19:20:38 +00:00
lib.rs Move Rect to bevy_ui and rename it to UiRect (#4276) 2022-04-25 19:20:38 +00:00
ui_node.rs Move Rect to bevy_ui and rename it to UiRect (#4276) 2022-04-25 19:20:38 +00:00
update.rs Split bevy_hierarchy out from bevy_transform (#4168) 2022-03-15 01:54:05 +00:00