bevy/crates/bevy_ui/src/render
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
..
camera.rs use marker components for cameras instead of name strings (#3635) 2022-03-12 00:41:06 +00:00
mod.rs UI - keep color as 4 f32 (#4494) 2022-04-25 13:54:50 +00:00
pipeline.rs Add infallible resource getters for WorldCell (#4104) 2022-04-25 23:19:13 +00:00
render_pass.rs Compute Pipeline Specialization (#3979) 2022-03-23 00:27:26 +00:00
ui.wgsl UI - keep color as 4 f32 (#4494) 2022-04-25 13:54:50 +00:00