bevy/crates/bevy_picking
Miles Silberling-Cook b182452e22
Expose picking pointer state as a resource (#16229)
In `bevy_mod_picking` events are driven by several interlocking state
machines, which read and write events, and share state in a few common
resources. When I merged theses state machines into one to make event
ordering work properly, I combined this state and hid it in a `Local`.

This PR exposes the state in a resource again. Also adds a simple little
API for it. Useful for adding debug UI.
2024-11-05 22:42:16 +01:00
..
src Expose picking pointer state as a resource (#16229) 2024-11-05 22:42:16 +01:00
Cargo.toml Release 0.15.0-rc.2 2024-10-27 21:53:37 +01:00
README.md Upstream CorePlugin from bevy_mod_picking (#13677) 2024-06-15 11:59:57 +00:00

Bevy Picking