Add an example demonstrating how to modify the main schedule order #11411
Labels
A-ECS
Entities, components, systems, and events
C-Docs
An addition or correction to our documentation
C-Examples
An addition or correction to our examples
D-Trivial
Nice and easy! A great choice to get started with Bevy
How can Bevy's documentation be improved?
Custom schedules can be added by users, and the order of the
Main
schedule can be changed to meet their needs.However, the path used to do so is not obvious.
To insert a schedule, mutate the
Schedules
resource. Then, mutate theMainSchedule
resource to set its ordering.We should add an example demonstrating how to do this, and spot check the related API docs.
The text was updated successfully, but these errors were encountered: