Crate bevy_rectray_picking

Source
Expand description

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!

Structs§

RectrayPickable
Make an item pickable in the bevy_rectray backend.
RectrayPickingBackendPlugin
Plugin for adding a bevy_mod_picking backed for bevy_rectray.

Functions§

rectray_picking_backend
System for the backed.