mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 20:23:28 +00:00
50dde9b0a7
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |