bevy/examples/ui
UkoeHB ead84e0e3d
Rename BreakLineOn to LineBreak (#15583)
# Objective

- Improve code quality in preparation for
https://github.com/bevyengine/bevy/discussions/15014

## Solution

- Rename BreakLineOn to LineBreak.

## Migration Guide

`BreakLineOn` was renamed to `LineBreak`, and paramters named
`linebreak_behavior` were renamed to `linebreak`.
2024-10-01 22:30:50 +00:00
..
borders.rs
button.rs
display_and_visibility.rs
flex_layout.rs
font_atlas_debug.rs
grid.rs
overflow_debug.rs
overflow.rs
relative_cursor_position.rs
render_ui_to_texture.rs
scroll.rs
size_constraints.rs
text_debug.rs
text_wrap_debug.rs
text.rs
transparency_ui.rs
ui_material.rs
ui_scaling.rs
ui_texture_atlas_slice.rs
ui_texture_atlas.rs
ui_texture_slice_flip_and_tile.rs
ui_texture_slice.rs
ui.rs
viewport_debug.rs
window_fallthrough.rs
z_index.rs