bevy/crates/bevy_ui/src
st0rmbtw b6a9d8eba7
Change UiScale to a tuple struct (#9444)
# Objective

Inconvenient initialization of `UiScale`

## Solution

Change `UiScale` to a tuple struct

## Migration Guide

Replace initialization of `UiScale` like ```UiScale { scale: 1.0 }```
with ```UiScale(1.0)```
2023-08-16 18:18:50 +00:00
..
layout Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
render Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
widget Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
accessibility.rs Move bevy_ui accessibility systems to PostUpdate. (#8653) 2023-05-23 23:50:48 +00:00
camera_config.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
focus.rs Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
geometry.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
lib.rs Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
measurement.rs Change the default for the measure_func field of ContentSize to None. (#9346) 2023-08-07 23:06:40 +00:00
node_bundles.rs Fix missing bevy_text feature cfg attribute (#8670) 2023-06-29 00:33:35 +00:00
stack.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
ui_node.rs bevy_ui: fix doc formatting for some Style fields (#9295) 2023-07-29 22:22:24 +00:00
update.rs Split UI Overflow by axis (#8095) 2023-04-17 22:23:52 +00:00