ReflectSchedule
ReflectSchedule
- type_path : str
- label : bevy_system_reflection::ReflectableScheduleLabel
Description
A reflectable schedule.
Functions
Function | Summary |
---|---|
get_system_by_name(ctxt, self_, name) | Retrieves the system with the given name in the schedule |
render_dot(ctxt, self_) | Renders the schedule as a dot graph string. Useful for debugging scheduling. |
systems(ctxt, self_) | Retrieves all the systems in the schedule. |