bevy/crates/bevy_ui/src
Gino Valente 85c3251c10
bevy_ui: Add FromReflect derives (#8495)
# Objective

A lot of items in `bevy_ui` could be `FromReflect` but aren't. This
prevents users and library authors from being able to convert from a
`dyn Reflect` to one of these items.

## Solution

Derive `FromReflect` where possible. Also register the
`ReflectFromReflect` type data.
2023-04-26 12:17:23 +00:00
..
layout Fix the double leaf node updates in flex_node_system (#8264) 2023-04-21 14:23:46 +00:00
render Fix the UV calculations for clipped and flipped ImageNodes (#8195) 2023-04-17 15:58:34 +00:00
widget bevy_ui: Add FromReflect derives (#8495) 2023-04-26 12:17:23 +00:00
accessibility.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
camera_config.rs bevy_ui: Add FromReflect derives (#8495) 2023-04-26 12:17:23 +00:00
focus.rs bevy_ui: Add FromReflect derives (#8495) 2023-04-26 12:17:23 +00:00
geometry.rs bevy_ui: Add FromReflect derives (#8495) 2023-04-26 12:17:23 +00:00
lib.rs Allow bevy_ui crate to compile without the text feature enabled (#8437) 2023-04-18 19:41:02 +00:00
measurement.rs text_system split (#7779) 2023-04-17 15:23:21 +00:00
node_bundles.rs Fixed several missing links in docs. (#8117) 2023-04-23 17:28:36 +00:00
stack.rs Schedule-First: the new and improved add_systems (#8079) 2023-03-18 01:45:34 +00:00
ui_node.rs bevy_ui: Add FromReflect derives (#8495) 2023-04-26 12:17:23 +00:00
update.rs Split UI Overflow by axis (#8095) 2023-04-17 22:23:52 +00:00