bevy/crates/bevy_ui/src
lelo ee0f2a713d
Remove unnecessary doc string (#9481)
# Objective

- Resolves https://github.com/bevyengine/bevy/issues/9440

## Solution

- Remove the doc string mentioning the position of a `NodeBundle`, since
the doc string for the `style` component already explains this ability.
2023-08-21 01:39:56 +00:00
..
layout Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
render Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
widget Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
accessibility.rs Move bevy_ui accessibility systems to PostUpdate. (#8653) 2023-05-23 23:50:48 +00:00
camera_config.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
focus.rs Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
geometry.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
lib.rs Change UiScale to a tuple struct (#9444) 2023-08-16 18:18:50 +00:00
measurement.rs Change the default for the measure_func field of ContentSize to None. (#9346) 2023-08-07 23:06:40 +00:00
node_bundles.rs Remove unnecessary doc string (#9481) 2023-08-21 01:39:56 +00:00
stack.rs Fix typos throughout the project (#9090) 2023-07-10 00:11:51 +00:00
ui_node.rs bevy_ui: fix doc formatting for some Style fields (#9295) 2023-07-29 22:22:24 +00:00
update.rs Split UI Overflow by axis (#8095) 2023-04-17 22:23:52 +00:00