Crate bevy_picking_egui

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§

prelude
Commonly used imports for the bevy_picking_egui crate.

Structs§

EguiBackend
Adds picking support for bevy_egui, by ensuring that egui blocks other entities from being picked.
EguiBackendSettings
Settings for the EguiBackend.
EguiPointer
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.