Function re_viewer::external::re_view::view_property_ui
source ยท pub fn view_property_ui<A>(
ctx: &ViewerContext<'_>,
ui: &mut Ui,
view_id: BlueprintId<ViewIdRegistry>,
fallback_provider: &dyn ComponentFallbackProvider,
view_state: &(dyn ViewState + 'static),
)where
A: Archetype + ArchetypeReflectionMarker,
Expand description
Display the UI for editing all components of a blueprint archetype.
Note that this will show default values for components that are null.