bevy/examples/ui
UkoeHB a6be9b4ccd
Rename TextBlock to TextLayout (#15797)
# Objective

- Improve clarity when spawning a text block. See [this
discussion](https://github.com/bevyengine/bevy/pull/15591/#discussion_r1787083571).

## Solution

- Rename `TextBlock` to `TextLayout`.
2024-10-09 20:58:27 +00:00
..
borders.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
box_shadow.rs box shadow (#15204) 2024-10-08 16:26:17 +00:00
button.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
display_and_visibility.rs Rename TextBlock to TextLayout (#15797) 2024-10-09 20:58:27 +00:00
flex_layout.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
font_atlas_debug.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
ghost_nodes.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
grid.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
overflow.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
overflow_debug.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
relative_cursor_position.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
render_ui_to_texture.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
scroll.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
size_constraints.rs Rename TextBlock to TextLayout (#15797) 2024-10-09 20:58:27 +00:00
text.rs Rename TextBlock to TextLayout (#15797) 2024-10-09 20:58:27 +00:00
text_debug.rs Rename TextBlock to TextLayout (#15797) 2024-10-09 20:58:27 +00:00
text_wrap_debug.rs Rename TextBlock to TextLayout (#15797) 2024-10-09 20:58:27 +00:00
transparency_ui.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
ui.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
ui_material.rs Replace Handle<M: UiMaterial> component with UiMaterialHandle wrapper (#15740) 2024-10-08 19:07:58 +00:00
ui_scaling.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
ui_texture_atlas.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
ui_texture_atlas_slice.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
ui_texture_slice.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
ui_texture_slice_flip_and_tile.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
viewport_debug.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
window_fallthrough.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
z_index.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00