Function re_viewer::external::re_space_view::view_property_ui
source · pub fn view_property_ui<A>(
ctx: &ViewerContext<'_>,
ui: &mut Ui,
view_id: BlueprintId<SpaceViewIdRegistry>,
fallback_provider: &dyn ComponentFallbackProvider,
view_state: &(dyn SpaceViewState + '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.