bevy/crates/bevy_picking/src
spvky b141ffe2f6
fix doc links for PointerHits (#16756)
# Objective

Fixes https://github.com/bevyengine/bevy/issues/16661

## Solution

- Update the doc links to point to the proper objects

## Testing
- Built crate docs and made sure the links worked locally

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-12-11 01:03:07 +00:00
..
mesh_picking Rename RayCastSettings to MeshRayCastSettings (#16703) 2024-12-10 03:27:42 +00:00
backend.rs fix doc links for PointerHits (#16756) 2024-12-11 01:03:07 +00:00
events.rs Rename Pointer<Down/Up> -> Pointer<Pressed/Released> in bevy_picking. (#16331) 2024-12-10 02:20:48 +00:00
focus.rs Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
input.rs Rename Pointer<Down/Up> -> Pointer<Pressed/Released> in bevy_picking. (#16331) 2024-12-10 02:20:48 +00:00
lib.rs Rename RayCastSettings to MeshRayCastSettings (#16703) 2024-12-10 03:27:42 +00:00
pointer.rs Rename Pointer<Down/Up> -> Pointer<Pressed/Released> in bevy_picking. (#16331) 2024-12-10 02:20:48 +00:00
window.rs Window picking (#16103) 2024-12-05 21:14:39 +00:00