mirror of
https://github.com/bevyengine/bevy
synced 2024-11-23 05:03:47 +00:00
b6a9d8eba7
# 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)``` |
||
---|---|---|
.. | ||
layout | ||
render | ||
widget | ||
accessibility.rs | ||
camera_config.rs | ||
focus.rs | ||
geometry.rs | ||
lib.rs | ||
measurement.rs | ||
node_bundles.rs | ||
stack.rs | ||
ui_node.rs | ||
update.rs |