Constant bevy_egui::stage::UI_FRAME[][src]

pub const UI_FRAME: &str = "ui_frame";

Runs after POST_INPUT. All Egui widgets should be added during or after this stage and before UI_FRAME_END.