bevy/crates/bevy_ui/src
ickshonpe e52af83045
Improved text widget doc comments (#9344)
# Objective

The doc comment for `text_system` is not quite correct. It implies that
a new `TextLayoutInfo` is generated on changes to `Text` and `Style`.
While changes to those components might indirectly trigger a
regeneration of the text layout, `text_system` itself only queries for
changes to `Node`

Also added details to `measure_text_system`'s doc comments explaining
how it reacts to changes.

---------

Co-authored-by: François <mockersf@gmail.com>
2023-08-05 13:53:23 +00:00
..
layout Growing UI nodes Fix (#8931) 2023-07-09 07:33:22 +00:00
render Remove the With<Parent> query filter from bevy_ui::render::extract_uinode_borders (#9285) 2023-07-31 20:33:17 +00:00
widget Improved text widget doc comments (#9344) 2023-08-05 13:53:23 +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 Divide by UiScale when converting UI coordinates from physical to logical (#8720) 2023-07-06 20:27:54 +00:00
geometry.rs bevy_reflect: FromReflect Ergonomics Implementation (#6056) 2023-06-29 01:31:34 +00:00
lib.rs Allow tuples and single plugins in add_plugins, deprecate add_plugin (#8097) 2023-06-21 20:51:03 +00:00
measurement.rs Fix incorrent doc comment for the set method of ContentSize (#9345) 2023-08-04 01:24:42 +00:00
node_bundles.rs Fix missing bevy_text feature cfg attribute (#8670) 2023-06-29 00:33:35 +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