Crates.io | bevy_rectray_picking |
lib.rs | bevy_rectray_picking |
version | 0.1.0 |
source | src |
created_at | 2024-07-21 15:51:48.874462 |
updated_at | 2024-07-21 15:51:48.874462 |
description | bevy_mod_picking backend for bevy_rectray. |
homepage | |
repository | https://github.com/mintlu8/bevy_rectray |
max_upload_size | |
id | 1310412 |
size | 129,510 |
bevy_mod_picking
backend for bevy_rectray
.
Add RectrayPickingBackendPlugin
.
app.add_plugins(RectrayPickingBackendPlugin)
Add RectrayPickable
and PickableBundle
to entities you want to be pickable, that's it!
This tracks both crates upstream.
bevy | bevy_rectray | bevy_mod_picking | bevy_rectray_picking |
---|---|---|---|
0.14 | 0.1 | 0.20 | 0.1 |
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.