|
Unravel Engine C++ Reference
|
#include <profiler_timeline_panel.h>
Public Attributes | |
| ImVec2 | canvas_pos |
| float | lane_content_width |
| float | lane_height |
| double | view_start_ns |
| double | view_end_ns |
| double | ns_per_pixel |
Definition at line 22 of file profiler_timeline_panel.h.
| ImVec2 unravel::profiler_timeline_panel::lane_context::canvas_pos |
Definition at line 24 of file profiler_timeline_panel.h.
| float unravel::profiler_timeline_panel::lane_context::lane_content_width |
Definition at line 25 of file profiler_timeline_panel.h.
| float unravel::profiler_timeline_panel::lane_context::lane_height |
Definition at line 26 of file profiler_timeline_panel.h.
| double unravel::profiler_timeline_panel::lane_context::ns_per_pixel |
Definition at line 29 of file profiler_timeline_panel.h.
| double unravel::profiler_timeline_panel::lane_context::view_end_ns |
Definition at line 28 of file profiler_timeline_panel.h.
| double unravel::profiler_timeline_panel::lane_context::view_start_ns |
Definition at line 27 of file profiler_timeline_panel.h.