bevy/crates/bevy_ui
ickshonpe 303953d306
Rename ComputedNode::calculated_size to size (#16131)
# Objective

Remove `calculated_` from the name `ComputedNode::calculated_size` as
redundant, It's obvious from context that it's the resolved size value
and it's inconsistant since none of other fields of `ComputedNode` have
a `calculated_` prefix.

## Alternatives

Rename all the fields of `ComputedNode` to `calculated_*`, this seems
worse.
2024-11-05 22:28:17 +01:00
..
src Rename ComputedNode::calculated_size to size (#16131) 2024-11-05 22:28:17 +01:00
Cargo.toml Release 0.15.0-rc.2 2024-10-27 21:53:37 +01:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy UI

License Crates.io Downloads Docs Discord