Crate re_edit_ui

Source
Expand description

This crate implements various component editors.

The only entry point is register_editors, which registers all editors in the component UI registry. This should be called by re_viewer on startup.

Functionsยง

register_editors
Registers all editors of this crate in the component UI registry.