Function bevy_mod_debugdump::schedule_graph::schedule_graph_dot[][src]

pub fn schedule_graph_dot(schedule: &Schedule) -> String
Expand description

Formats the schedule into a dot graph.

By default, the Startup subschedule is not shown, to enable it use schedule_graph_dot_styled and enable ScheduleGraphStyle::hide_startup_schedule.