pub fn build_selection_panel(
ctx: &Context,
selection: &PickResult,
build_structure_pick_ui: impl FnOnce(&mut Ui),
)Expand description
Builds the selection panel on the right side. Only shows if there is an active selection.
pub fn build_selection_panel(
ctx: &Context,
selection: &PickResult,
build_structure_pick_ui: impl FnOnce(&mut Ui),
)Builds the selection panel on the right side. Only shows if there is an active selection.