pub fn render_graph(
view: &GraphView<'_>,
selected_step_index: i64,
at_latest_step: bool,
now_ms: i64,
node_style: GraphNodeStyle,
) -> Option<RenderedGraph>Expand description
Render the graph pane and retain node bounds for camera targeting and hit
testing. selected_step_index scrubs the replay position;
at_latest_step says whether the caller is showing the live view.