Crate bevy_picking_egui
source ·Expand description
A raycasting backend for bevy_egui
. This backend simply ensures that egui blocks other
entities from being picked.
Re-exports§
pub use bevy_egui;
Modules§
- Commonly used imports for the
bevy_picking_egui
crate.
Structs§
- Adds picking support for
bevy_egui
, by ensuring that egui blocks other entities from being picked. - Settings for the
EguiBackend
. - Marks the entity used as the pseudo egui pointer.
Functions§
- If egui in the current window is reporting that the pointer is over it, we report a hit.
- Updates backend to match
EguiBackendSettings
.