bevy/crates/bevy_sprite/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
..
mesh2d Build batches across phases in parallel. (#17764) 2025-02-13 00:02:20 +00:00
render Allowed creating uninitialized images (for use as storage textures) (#17760) 2025-02-10 22:22:07 +00:00
texture_slice Proportional scaling for the sprite's texture. (#17258) 2025-01-24 18:24:02 +00:00
lib.rs Retain bins from frame to frame. (#17698) 2025-02-08 20:13:33 +00:00
picking_backend.rs Update picking docs to include position space (#17859) 2025-02-15 19:08:12 +00:00
sprite.rs Proportional scaling for the sprite's texture. (#17258) 2025-01-24 18:24:02 +00:00