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§
- prelude
- Commonly used imports for the
bevy_picking_eguicrate.
Structs§
- Egui
Backend - Adds picking support for
bevy_egui, by ensuring that egui blocks other entities from being picked. - Egui
Backend Settings - Settings for the
EguiBackend. - Egui
Pointer - Marks the entity used as the pseudo egui pointer.
Functions§
- egui_
picking - If egui in the current window is reporting that the pointer is over it, we report a hit.
- update_
settings - Updates backend to match
EguiBackendSettings.