bevy/crates/bevy_ecs/src
ira e4af823b45 Clarify the behaviour of iter_many in the docs (#5973)
Add the following message:
```
Items are returned in the order of the list of entities.
Entities that don't match the query are skipped.
```

Additionally, the docs in `iter.rs` and `state.rs` were updated to match those in `query.rs`.

Co-authored-by: devil-ira <justthecooldude@gmail.com>
2022-10-24 13:46:38 +00:00
..
entity Exclusive Systems Now Implement System. Flexible Exclusive System Params (#6083) 2022-09-26 23:57:07 +00:00
query Clarify the behaviour of iter_many in the docs (#5973) 2022-10-24 13:46:38 +00:00
schedule Rename system chaining to system piping (#6230) 2022-10-11 15:21:12 +00:00
storage Extract Resources into their own dedicated storage (#4809) 2022-10-24 13:46:36 +00:00
system Clarify the behaviour of iter_many in the docs (#5973) 2022-10-24 13:46:38 +00:00
world Extract Resources into their own dedicated storage (#4809) 2022-10-24 13:46:36 +00:00
archetype.rs Extract Resources into their own dedicated storage (#4809) 2022-10-24 13:46:36 +00:00
bundle.rs Implement Bundle for Component. Use Bundle tuples for insertion (#2975) 2022-09-20 20:17:08 +00:00
change_detection.rs Add a method for mapping Mut<T> -> Mut<U> (#6199) 2022-10-10 17:06:31 +00:00
component.rs Fix CI issues arising from use of Rust 1.64 (#6067) 2022-09-22 16:56:43 +00:00
event.rs Optimize use statement (#5992) 2022-09-15 17:05:09 +00:00
lib.rs Extract Resources into their own dedicated storage (#4809) 2022-10-24 13:46:36 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00