1 unstable release
0.1.0 | Jul 21, 2024 |
---|
#2392 in Game dev
525KB
1.5K
SLoC
bevy_rectray_picking
bevy_mod_picking
backend for bevy_rectray
.
Getting Started
Add RectrayPickingBackendPlugin
.
app.add_plugins(RectrayPickingBackendPlugin)
Add RectrayPickable
and PickableBundle
to entities you want to be pickable, that's it!
Versions
This tracks both crates upstream.
bevy | bevy_rectray | bevy_mod_picking | bevy_rectray_picking |
---|---|---|---|
0.14 | 0.1 | 0.20 | 0.1 |
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
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.
Dependencies
~39–75MB
~1M SLoC