bevy/crates/bevy_ui/src
Sergi-Ferrez 05c7babba2 Clarify bevy::ui::Node field and documentation (#5995)
# Objective
Fixes #5820

## Solution

Change field name and documentation from `bevy::ui::Node` struct

---

## Changelog

`bevy::ui::Node` `size` field has renamed to `calculated_size`

## Migration Guide

All references to the old `size` name has been changed, to access `bevy::ui::Node` `size` field use `calculated_size`
2022-10-17 13:27:24 +00:00
..
flex Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
render Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
widget Limit FontAtlasSets (#5708) 2022-09-19 16:12:12 +00:00
entity.rs Make the default background color of NodeBundle transparent (#6211) 2022-10-09 21:03:05 +00:00
focus.rs Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
geometry.rs Add additional constructors for UiRect to specify values for specific fields (#5988) 2022-09-27 18:11:39 +00:00
lib.rs Change UI coordinate system to have origin at top left corner (#6000) 2022-10-11 12:51:44 +00:00
ui_node.rs Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00
update.rs Clarify bevy::ui::Node field and documentation (#5995) 2022-10-17 13:27:24 +00:00