Function bevy_mod_debugdump::schedule_graph::schedule_graph_dot
source · [−]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
.