bevy/examples/ui
Alice Cecile 5ab0456f61
Unified picking cleanup (#18401)
# Objective

@cart noticed some issues with my work in
https://github.com/bevyengine/bevy/pull/17348#discussion_r2001815637,
which I somehow missed before merging the PR.

## Solution

- feature gate the UiPickingPlugin correctly
- don't manually add the picking plugins

## Testing

Ran the debug_picking and sprite_picking examples (for UI and sprites
respectively): both seem to work fine.
2025-03-18 20:28:03 +00:00
..
borders.rs
box_shadow.rs
button.rs Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
directional_navigation.rs Unified picking cleanup (#18401) 2025-03-18 20:28:03 +00:00
display_and_visibility.rs
flex_layout.rs
font_atlas_debug.rs Upgrade to Rust Edition 2024 (#17967) 2025-02-24 03:54:47 +00:00
ghost_nodes.rs Remove ChildOf::get and Deref impl (#18080) 2025-02-27 23:11:03 +00:00
grid.rs Relationships (non-fragmenting, one-to-many) (#17398) 2025-01-18 22:20:30 +00:00
overflow_clip_margin.rs
overflow_debug.rs
overflow.rs
relative_cursor_position.rs Merge Style properties into Node. Use ComputedNode for computed properties. (#15975) 2024-10-18 22:25:33 +00:00
render_ui_to_texture.rs
scroll.rs Unified picking cleanup (#18401) 2025-03-18 20:28:03 +00:00
size_constraints.rs
tab_navigation.rs Unified picking cleanup (#18401) 2025-03-18 20:28:03 +00:00
text_debug.rs Fix non-crate typos (#18219) 2025-03-11 06:17:48 +00:00
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 BorderRect maintenance (#16727) 2024-12-12 04:33:44 +00:00
ui_texture_slice.rs
viewport_debug.rs Fix non-crate typos (#18219) 2025-03-11 06:17:48 +00:00
window_fallthrough.rs Fix non-crate typos (#18219) 2025-03-11 06:17:48 +00:00
z_index.rs