bevy/crates/bevy_ui/src
Asier Illarramendi e2b8cc836b
Improve UI update_clipping_system comments (#8147)
# Objective

- Improve `update_clipping_system` comments

## Solution

- Add extra comments
- Reorder `CalculatedClip` updating `match` so it's reads `(old, new)`
vs previous `(new, old)`
- Remove `clone` on children iteration

---------

Co-authored-by: ickshonpe <27962798+ickshonpe@users.noreply.github.com>
2023-03-28 20:18:02 +00:00
..
flex Val viewport unit variants (#8137) 2023-03-21 19:14:27 +00:00
render Split opaque and transparent phases (#8090) 2023-03-28 06:35:16 +00:00
widget Remove Val::Undefined (#7485) 2023-03-13 15:17:00 +00:00
accessibility.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
camera_config.rs Extract component derive (#7399) 2023-01-30 18:12:16 +00:00
focus.rs Improve UI stack docs and other small tweaks (#8094) 2023-03-16 12:54:52 +00:00
geometry.rs Remove Val::Undefined (#7485) 2023-03-13 15:17:00 +00:00
lib.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
node_bundles.rs Change the Node doc comments to state that it stores the size in logical pixels (#7896) 2023-03-04 19:24:56 +00:00
stack.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
ui_node.rs Val viewport unit variants (#8137) 2023-03-21 19:14:27 +00:00
update.rs Improve UI update_clipping_system comments (#8147) 2023-03-28 20:18:02 +00:00