bevy/crates/bevy_picking/src
Andrew Hickman 6ea1574cc1
Add type registration for PickingInteraction (#17372)
I noticed that this component was not being returned correctly by the
`bevy_remote` api

```json
"errors": {
  "bevy_picking::focus::PickingInteraction": {
    "code": -23402,
    "message": "Unknown component type: `bevy_picking::focus::PickingInteraction`"
  }
}
```
2025-01-15 06:24:19 +00:00
..
mesh_picking Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
backend.rs Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
events.rs Allow clippy::too_many_arguments to lint without warnings (#17249) 2025-01-09 07:26:15 +00:00
hover.rs Rename PickingBehavior to Pickable (#17266) 2025-01-12 05:36:52 +00:00
input.rs Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
lib.rs Add type registration for PickingInteraction (#17372) 2025-01-15 06:24:19 +00:00
pointer.rs Replace map + unwrap_or(false) with is_some_and (#17067) 2024-12-31 20:28:02 +00:00
window.rs Window picking (#16103) 2024-12-05 21:14:39 +00:00