bevy/crates/bevy_ecs/src
Lucas Jenß e7719bf245 Mention world_query(ignore) attribute for WorldQuery derivation (#6309)
# Objective

Add documentation `#[world_query(ignore)]`. Fixes #6283.

---

I've only described it's behavior so far (which appears to be the same as with `system_param`). Is there another use-case for this besides with `PhantomData`? I could only find a single usage of this construct on GitHub, which is [here](ffcb816927/bevy/examples/ecs/custom_query_param.rs (L102)). 

I was also wondering if it would make sense to add a usage example to the `custom_query_example`? 🤔 That's why it's currently still in there.




Co-authored-by: Lucas Jenß <243719+x3ro@users.noreply.github.com>
2022-11-01 03:15:34 +00:00
..
entity Use default serde impls for Entity (#6194) 2022-10-28 22:21:30 +00:00
query Mention world_query(ignore) attribute for WorldQuery derivation (#6309) 2022-11-01 03:15:34 +00:00
schedule fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
storage Extract Resources into their own dedicated storage (#4809) 2022-10-24 13:46:36 +00:00
system Fix query.to_readonly().get_component_mut() soundness bug (#6401) 2022-10-29 04:13:54 +00:00
world fix nightly clippy warnings (#6395) 2022-10-28 21:03:01 +00:00
archetype.rs Clean up Fetch code (#4800) 2022-10-28 09:25:50 +00:00
bundle.rs Prepare for upcoming rustlang by fixing upcoming clippy warnings (#6376) 2022-10-26 19:15:15 +00:00
change_detection.rs Implement IntoIterator for ECS wrapper types. (#5096) 2022-10-24 21:01:08 +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 Clean up Fetch code (#4800) 2022-10-28 09:25:50 +00:00
reflect.rs Enable Constructing ReflectComponent/Resource (#6257) 2022-10-17 14:01:50 +00:00