# Objective This attempts to make the new IRect and URect structs in bevy_math more similar to the existing Rect struct. ## Solution Add reflect implementations for IRect and URect, since one already exists for Rect. |
||
|---|---|---|
| .. | ||
| irect.rs | ||
| mod.rs | ||
| rect.rs | ||
| urect.rs | ||