mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
d653ad2bda
The documentation for `ShouldRun` doesn't completely explain what each of the variants you can return does. For instance, it isn't very clear that looping systems aren't executed again until after all the systems in a stage have had a chance to run. This PR adds to the documentation for `ShouldRun`, and hopefully clarifies what is happening during a stage's execution when run criteria are checked and systems are being executed. |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |