-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Add an example demonstrating how to modify the main schedule order #11411
Copy link
Copy link
Closed
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-DocsAn addition or correction to our documentationAn addition or correction to our documentationC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy
Description
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 the MainSchedule resource to set its ordering.
We should add an example demonstrating how to do this, and spot check the related API docs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-ECSEntities, components, systems, and eventsEntities, components, systems, and eventsC-DocsAn addition or correction to our documentationAn addition or correction to our documentationC-ExamplesAn addition or correction to our examplesAn addition or correction to our examplesD-TrivialNice and easy! A great choice to get started with BevyNice and easy! A great choice to get started with Bevy