Function arc_util::ui::render::enum_combo
source · pub fn enum_combo<T>(
ui: &Ui<'_>,
label: impl AsRef<str>,
current: &mut T
) -> bool
Expand description
Renders a combo box for an enum implementing IntoEnumIterator
.