bevy_rectray_picking

Crates.iobevy_rectray_picking
lib.rsbevy_rectray_picking
version0.1.0
sourcesrc
created_at2024-07-21 15:51:48.874462
updated_at2024-07-21 15:51:48.874462
descriptionbevy_mod_picking backend for bevy_rectray.
homepage
repositoryhttps://github.com/mintlu8/bevy_rectray
max_upload_size
id1310412
size129,510
Mincong Lu (mintlu8)

documentation

README

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

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.

Commit count: 0

cargo fmt