bevy/crates/bevy_math/src/rects
Arnav Mummineni bc8e2746d7
Add reflect impls to IRect and URect (#9191)
# 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.
2023-07-23 01:02:00 +00:00
..
irect.rs Add reflect impls to IRect and URect (#9191) 2023-07-23 01:02:00 +00:00
mod.rs Add integer equivalents for Rect (#7984) 2023-06-12 19:10:48 +00:00
rect.rs Rename bevy_math::rects conversion methods (#9159) 2023-07-15 21:10:39 +00:00
urect.rs Add reflect impls to IRect and URect (#9191) 2023-07-23 01:02:00 +00:00