bevy/crates/bevy_picking/src
sam edelsten 610fe5109c
Update HitData position docs (#17833)
# Objective

Updates the now inaccurate position docs
Fixes #17832 

## Solution

From
`The position of the intersection in the world, if the data is available
from the backend.`
To
`The position reported by the backend, if the data is available.
Position data may be in any space (e.g. World space, Screen space, Local
space), specified by the backend providing it.`

## Testing

uhh reading :)
2025-02-13 06:20:57 +00:00
..
mesh_picking Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
backend.rs Update HitData position docs (#17833) 2025-02-13 06:20:57 +00:00
events.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
hover.rs Move hashbrown and foldhash out of bevy_utils (#17460) 2025-01-23 16:46:08 +00:00
input.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
lib.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
pointer.rs Add scroll functionality to bevy_picking (#17704) 2025-02-10 22:03:38 +00:00
window.rs Window picking (#16103) 2024-12-05 21:14:39 +00:00