Crate re_time_panel
source ยทExpand description
Rerun Time Panel
This crate provides a panel that shows allows to control time & timelines, as well as all necessary ui elements that make it up.
Modulesยง
- data_density_graph ๐Show the data density over time for a data stream.
- paint_ticks ๐
- time_axis ๐
- time_control_ui ๐
- time_ranges_ui ๐egui uses
f32
precision for all screen-space ui coordinates, which makes sense, because that is plenty of precision for things on screen. - time_selection_ui ๐
Structsยง
- A panel that shows entity names to the left, time on the top.
Enumsยง
- TimePanelSource ๐
Functionsยง
- current_time_ui ๐
- help_button ๐
- Draw the hovered/selected highlight background for a timeline row.
- Returns a scroll delta
- Visually separate the different time segments
- time_marker_ui ๐A vertical line that shows the current time.
- view_everything ๐Find a nice view of everything.