bevy/examples/ui
Tim d454db8e58
Rename the Pickable component and fix incorrect documentation (#15707)
# Objective

- Rename `Pickable` to `PickingBehavior` to counter the easily-made
assumption that the component is required. It is optional
- Fix and clarify documentation
- The docs in `crates/bevy_ui/src/picking_backend.rs` were incorrect
about the necessity of `Pickable`
- Plus two minor code quality changes in this commit
(7c2e75f48d)

Closes #15632
2024-10-07 17:09:57 +00:00
..
borders.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
button.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
display_and_visibility.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
flex_layout.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
font_atlas_debug.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
ghost_nodes.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
grid.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
overflow_debug.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
overflow.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
relative_cursor_position.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
render_ui_to_texture.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
scroll.rs Rename the Pickable component and fix incorrect documentation (#15707) 2024-10-07 17:09:57 +00:00
size_constraints.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
text_debug.rs Display the bounds of each text node in the text_debug ui example (#15622) 2024-10-05 22:48:57 +00:00
text_wrap_debug.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
text.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
transparency_ui.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
ui_material.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
ui_scaling.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
ui_texture_atlas_slice.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
ui_texture_atlas.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
ui_texture_slice_flip_and_tile.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
ui_texture_slice.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
ui.rs Rename the Pickable component and fix incorrect documentation (#15707) 2024-10-07 17:09:57 +00:00
viewport_debug.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
window_fallthrough.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
z_index.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00