Expand description
A visualiser for bevy system schedules, as well as utilities for querying them via reflection
Structs§
- Edge
- An edge in the graph
- Reflect
Schedule - A reflectable schedule.
- Reflect
System - A reflectable system.
- Reflect
System Graph - A graph of systems and system sets for a single schedule
- Reflect
System Set - A reflectable system set.
Enums§
- Reflect
System Graph Node - A node in the reflectable system graph
Functions§
- reflect_
graph_ to_ dot - Renders a reflectable system graph to a dot graph
- schedule_
to_ dot_ graph - Renders a schedule to a dot graph using the optimized schedule.
- schedule_
to_ reflect_ graph - Converts a schedule to a reflectable system graph