bevy/crates/bevy_picking/src
Andrew Hickman 9afa86ec9a 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-02-06 22:31:23 +01:00
..
mesh_picking picking: disable raycast backface culling for Mesh2d (#16657) 2025-01-03 19:15:53 +01:00
backend.rs fix: add reflect to SceneInstanceReady and other observers/events (#16018) 2024-10-20 13:51:41 +00:00
events.rs don't trigger drag events if there's no movement (#16950) 2025-01-03 19:27:41 +01:00
focus.rs Rename the Pickable component and fix incorrect documentation (#15707) 2024-10-07 17:09:57 +00:00
input.rs Migrate bevy picking (#15690) 2024-10-07 16:26:37 +00:00
lib.rs Add type registration for PickingInteraction (#17372) 2025-02-06 22:31:23 +01:00
pointer.rs Add button_just_down and button_just_up methods to PointerInput (#16176) 2024-11-05 22:31:35 +01:00