bevy/crates/bevy_ui/src/layout
UkoeHB 83aea0d2ee
Improve ComputedNode accessibility (#16738)
# Objective

- Enable modifying node size after layout.
- Gain access to a node's content_size. `UiSurface` is a private type so
content size can't be looked up.

## Solution

- Make `ComputedNode` fields public.
- Add `content_size` to `ComputedNode`.

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-12-16 23:56:32 +00:00
..
convert.rs Remove the min and max fields from LayoutContext. (#16459) 2024-12-03 19:39:45 +00:00
debug.rs Add core and alloc over std Lints (#15281) 2024-09-27 00:59:59 +00:00
mod.rs Improve ComputedNode accessibility (#16738) 2024-12-16 23:56:32 +00:00
ui_surface.rs ✏️ Fix typos across bevy (#16702) 2024-12-08 01:18:39 +00:00