Expand description
This crate implements various component editors.
The only entry point is create_component_ui_registry
, which registers all editors in the component UI registry.
This should be called by re_viewer
on startup.
Modulesยง
- color ๐
- datatype_
uis ๐ - entity_
path ๐ - fallback_
ui ๐ - geo_
line_ ๐string - image_
format ๐ - lat_lon ๐
- line_
strip ๐ - map_
provider ๐ - marker_
shape ๐ - pinhole ๐
- plane3d ๐
- radius ๐
- resolution ๐
- response_
utils ๐ - timeline ๐
- transforms ๐
- video_
timestamp ๐ - view_
coordinates ๐ - visual_
bounds2d ๐ - zoom_
level ๐
Constantsยง
- DEFAULT_
NUMBER_ ๐WIDTH Default number of ui points to show a number.
Functionsยง
- Crates a component ui registry and registers all editors of this crate to it.