mirror of
https://github.com/bevyengine/bevy
synced 2024-12-30 06:53:13 +00:00
3f425da66e
# Objective - Fixes #14552 - Make the current note of `before` and `after` understandable. - > The given set is not implicitly added to the schedule when this system set is added. ## Solution - Replace note in docs of [`after` and `before`](https://docs.rs/bevy/latest/bevy/ecs/prelude/trait.IntoSystemConfigs.html#method.before) - Note of after was removed completely, and links to `before`, because they notes would be identical. - Also encourage to use `.chain`, which is much simpler and safer to use ## Testing - Checked the docs after running `cargo doc` and `cargo run -p ci -- lints` - Are there any parts that need more testing? - no need to test, but please review the text. If it is still including the intended message and especially if its understandable. --------- Co-authored-by: Jan Hohenheim <jan@hohenheim.ch> Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> |
||
---|---|---|
.. | ||
entity | ||
event | ||
identifier | ||
observer | ||
query | ||
reflect | ||
schedule | ||
storage | ||
system | ||
world | ||
archetype.rs | ||
batching.rs | ||
bundle.rs | ||
change_detection.rs | ||
component.rs | ||
intern.rs | ||
label.rs | ||
lib.rs | ||
removal_detection.rs | ||
traversal.rs |