pub fn extract_egui_camera_view_system(
commands: Commands<'_, '_>,
world: ResMut<'_, MainWorld>,
live_entities: Local<'_, HashSet<RetainedViewEntity>>,
)Expand description
Extracts all Egui contexts associated with a camera into the render world.