bevy/crates/bevy_ecs/src
2023-11-21 01:09:16 +00:00
..
entity Optimise Entity with repr align & manual PartialOrd/Ord (#10558) 2023-11-18 20:04:37 +00:00
query Derive Error for more error types (#10240) 2023-10-28 22:20:37 +00:00
reflect Use EntityHashMap for EntityMapper (#10415) 2023-11-07 08:23:04 +00:00
schedule Some docs for IntoSystemSet (#10563) 2023-11-16 17:44:42 +00:00
storage Make builder types take and return Self (#10001) 2023-10-09 19:46:17 +00:00
system Link to In in pipe documentation (#10596) 2023-11-17 15:34:58 +00:00
world Update Event send methods to return EventId (#10551) 2023-11-16 17:20:43 +00:00
archetype.rs Add a public API to ArchetypeGeneration/Id (#9825) 2023-10-02 12:54:45 +00:00
bundle.rs Allow #[derive(Bundle)] on tuple structs (take 3) (#10561) 2023-11-21 01:09:16 +00:00
change_detection.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
component.rs Updates for rust 1.73 (#10035) 2023-10-06 00:31:10 +00:00
event.rs Update Event send methods to return EventId (#10551) 2023-11-16 17:20:43 +00:00
lib.rs Allow #[derive(Bundle)] on tuple structs (take 3) (#10561) 2023-11-21 01:09:16 +00:00
removal_detection.rs Hide UnsafeWorldCell::unsafe_world (#9741) 2023-10-02 12:46:43 +00:00