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