mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
05c7babba2
# 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` |
||
---|---|---|
.. | ||
button.rs | ||
font_atlas_debug.rs | ||
scaling.rs | ||
text.rs | ||
text_debug.rs | ||
transparency_ui.rs | ||
ui.rs |