mirror of
https://github.com/bevyengine/bevy
synced 2025-01-13 13:49:10 +00:00
94b574ad16
# Objective Some of the conversion methods on the new rect types introduced in #7984 have misleading names. ## Solution Rename all methods returning an `IRect` to `as_irect` and all methods returning a `URect` to `as_urect`. ## Migration Guide Replace uses of the old method names with the new method names. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |