mirror of
https://github.com/bevyengine/bevy
synced 2025-02-16 22:18:33 +00:00
## Objective A common easy to miss mistake is to write something like: ``` rust Size::new(Val::Percent(100.), Val::Px(100.)); ``` `UiRect` has the `left`, `right`, `all`, `vertical`, etc constructor functions, `Size` is used a lot more frequently but lacks anything similar. ## Solution Implement `all`, `width` and `height` functions for `Size`. ## Changelog * Added `all`, `width` and `height` functions to `Size`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |