bevy/crates/bevy_ui/src
sam edelsten 7935c7e95f
Update picking docs to include position space (#17859)
# Objective

Add reference to reported position space in picking backend docs.

Fixes #17844 

## Solution

Add explanatory docs to the implementation notes of each picking
backend.

## Testing

`cargo r -p ci -- doc-check` & `cargo r -p ci -- lints`
2025-02-15 19:08:12 +00:00
..
experimental Store UI render target info locally per node (#17579) 2025-02-10 07:27:58 +00:00
layout Store UI render target info locally per node (#17579) 2025-02-10 07:27:58 +00:00
render UI text extraction refactor (#17805) 2025-02-11 22:18:47 +00:00
widget Store UI render target info locally per node (#17579) 2025-02-10 07:27:58 +00:00
accessibility.rs Properly set accessible value on label nodes (#16418) 2024-11-17 18:10:41 +00:00
focus.rs Store UI render target info locally per node (#17579) 2025-02-10 07:27:58 +00:00
geometry.rs Fixing ValArithmeticError typo and unused variant (#17597) 2025-02-02 15:10:14 +00:00
lib.rs Add NodeImageMode to the UI prelude (#17848) 2025-02-13 19:48:45 +00:00
measurement.rs Use CosmicFontSystem in public bevy_text APIs and remove cosmic_text re-export (#16063) 2024-10-23 20:05:28 +00:00
picking_backend.rs Update picking docs to include position space (#17859) 2025-02-15 19:08:12 +00:00
stack.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
ui_material.rs bevy_ui: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17229) 2025-01-08 19:30:19 +00:00
ui_node.rs Store UI render target info locally per node (#17579) 2025-02-10 07:27:58 +00:00
update.rs UI clipping update function comments fix (#17785) 2025-02-10 22:35:12 +00:00