bevy/crates/bevy_ui/src
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
..
layout Text rework (#15591) 2024-10-09 18:35:36 +00:00
render Text rework (#15591) 2024-10-09 18:35:36 +00:00
widget Rename TextBlock to TextLayout (#15797) 2024-10-09 20:58:27 +00:00
accessibility.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
focus.rs use precomputed border values (#15163) 2024-09-26 23:10:35 +00:00
geometry.rs Remove thiserror from bevy_ui (#15760) 2024-10-09 14:27:53 +00:00
ghost_hierarchy.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
lib.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
measurement.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
node_bundles.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
picking_backend.rs Rename the Pickable component and fix incorrect documentation (#15707) 2024-10-07 17:09:57 +00:00
stack.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00
ui_material.rs Remove thiserror from bevy_ui (#15760) 2024-10-09 14:27:53 +00:00
ui_node.rs Text rework (#15591) 2024-10-09 18:35:36 +00:00
update.rs Add UI GhostNode (#15341) 2024-10-02 00:24:28 +00:00