bevy/crates/bevy_ecs/src
Federico Rinaldi 5597fc54d2 Add documentation to QueryCombinationIter (#5739)
# Objective

- Document `QueryCombinationIter`

## Solution

- Describe the item, add usage and examples
- Copy notes about the number of query items generated from the corresponding query methods (they will be removed in #5742 ([motivation]))

## Additional notes

- Derived from #4989 

[motivation]: https://github.com/bevyengine/bevy/pull/4989#issuecomment-1208421496
2022-08-30 00:39:17 +00:00
..
entity bevy_ecs: Use 32-bit entity ID cursor on platforms without AtomicI64 (#4452) 2022-08-21 00:45:49 +00:00
query Add documentation to QueryCombinationIter (#5739) 2022-08-30 00:39:17 +00:00
schedule Remove an outdated workaround for impl Trait (#5659) 2022-08-16 23:40:24 +00:00
storage Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
system Add a module for common system chain/pipe adapters (#5776) 2022-08-30 00:17:20 +00:00
world Better error message for World::resource_scope (#5727) 2022-08-18 18:53:08 +00:00
archetype.rs Fix various typos (#5417) 2022-07-21 20:46:54 +00:00
bundle.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
change_detection.rs remove ReflectMut in favor of Mut<dyn Reflect> (#5630) 2022-08-09 16:19:34 +00:00
component.rs add more SAFETY comments and lint for missing ones in bevy_ecs (#4835) 2022-07-04 14:44:24 +00:00
event.rs Make Resource trait opt-in, requiring #[derive(Resource)] V2 (#5577) 2022-08-08 21:36:35 +00:00
lib.rs Add a module for common system chain/pipe adapters (#5776) 2022-08-30 00:17:20 +00:00
reflect.rs remove ReflectMut in favor of Mut<dyn Reflect> (#5630) 2022-08-09 16:19:34 +00:00