mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
481eec2c92
# Objective Fixes #6078. The `UiColor` component is unhelpfully named: it is unclear, ambiguous with border color and ## Solution Rename the `UiColor` component (and associated fields) to `BackgroundColor` / `background_colorl`. ## Migration Guide `UiColor` has been renamed to `BackgroundColor`. This change affects `NodeBundle`, `ButtonBundle` and `ImageBundle`. In addition, the corresponding field on `ExtractedUiNode` has been renamed to `background_color` for consistency. |
||
---|---|---|
.. | ||
button.rs | ||
font_atlas_debug.rs | ||
scaling.rs | ||
text.rs | ||
text_debug.rs | ||
transparency_ui.rs | ||
ui.rs |