bevy/crates/bevy_ecs/src
Stepan Koltsov d04a2204f5
Make IntoSystemConfigs::into_configs public API (visible in docs) (#10624)
`IntoSystemConfigs::into_configs` function is public, but hidden from
documentation. This PR makes it visible.

Fixes #10622.
2023-11-29 14:38:37 +00:00
..
entity Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
query Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
reflect Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
schedule Make IntoSystemConfigs::into_configs public API (visible in docs) (#10624) 2023-11-29 14:38:37 +00:00
storage Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
system Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
world Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
archetype.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
bundle.rs Allow #[derive(Bundle)] on tuple structs (take 3) (#10561) 2023-11-21 01:09:16 +00:00
change_detection.rs Rustdoc example for Ref (#10682) 2023-11-22 20:20:39 +00:00
component.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
event.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00
lib.rs Split WorldQuery into WorldQueryData and WorldQueryFilter (#9918) 2023-11-28 03:56:07 +00:00
removal_detection.rs Remove unnecessary path prefixes (#10749) 2023-11-28 23:43:40 +00:00