bevy/crates/bevy_ecs/src/system
Federico Rinaldi dfeb63e7b8 Update Query methods documentation (#5742)
# Objective

- Increase consistency across documentation of `Query` methods.
- Fixes #5506

## Solution

- See #4989. This PR is derived from it. It just includes changes to the `Query` methods' docs.
2022-09-02 16:33:19 +00:00
..
commands Add get_entity to Commands (#5854) 2022-09-01 22:06:46 +00:00
exclusive_system.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
function_system.rs Added the ability to get or set the last change tick of a system. (#5838) 2022-08-31 01:53:15 +00:00
mod.rs SystemParam for the name of the system you are currently in (#5731) 2022-08-18 18:31:12 +00:00
query.rs Update Query methods documentation (#5742) 2022-09-02 16:33:19 +00:00
system.rs Added the ability to get or set the last change tick of a system. (#5838) 2022-08-31 01:53:15 +00:00
system_chaining.rs Added the ability to get or set the last change tick of a system. (#5838) 2022-08-31 01:53:15 +00:00
system_param.rs SystemParam for the name of the system you are currently in (#5731) 2022-08-18 18:31:12 +00:00