Crate bevy_system_reflection

Source
Expand description

A visualiser for bevy system schedules, as well as utilities for querying them via reflection

Structs§

Edge
An edge in the graph
ReflectSchedule
A reflectable schedule.
ReflectSystem
A reflectable system.
ReflectSystemGraph
A graph of systems and system sets for a single schedule
ReflectSystemSet
A reflectable system set.

Enums§

ReflectSystemGraphNode
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