Function re_view_graph::ui::selection::view_property_force_ui

source ยท
pub fn view_property_force_ui<A: Archetype + ArchetypeReflectionMarker>(
    ctx: &ViewerContext<'_>,
    ui: &mut Ui,
    view_id: ViewId,
    fallback_provider: &dyn ComponentFallbackProvider,
    view_state: &dyn ViewState,
)
Expand description

This function is similar to [view_property_component_ui], but it always picks the Enabled component for the single-line edit UI. Also, it will always show the single-line edit UI (and not only if there is a single property per archetype).