bevy/crates/bevy_ecs/src
2025-06-21 10:45:52 +02:00
..
entity ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
error ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
event Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
observer ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
query Remove 's lifetime from WorldQuery::Fetch (#19720) 2025-06-19 00:58:21 +00:00
reflect ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
relationship ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
schedule ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
storage ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
system Remove 's lifetime from WorldQuery::Fetch (#19720) 2025-06-19 00:58:21 +00:00
world Remove 's lifetime from WorldQuery::Fetch (#19720) 2025-06-19 00:58:21 +00:00
archetype.rs Rename Trigger to On (#19596) 2025-06-12 18:22:33 +00:00
batching.rs Nonmax all rows (#19132) 2025-05-26 17:39:55 +00:00
bundle.rs Introduce StaticBundle 2025-06-21 10:45:52 +02:00
change_detection.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
component.rs ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
entity_disabling.rs bevy_reflect: Add clone registrations project-wide (#18307) 2025-03-17 18:32:35 +00:00
hierarchy.rs ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
intern.rs Rename bevy_platform_support to bevy_platform (#18813) 2025-04-11 23:13:28 +00:00
label.rs Remove upcasting methods + Cleanup interned label code (#18984) 2025-05-26 15:38:12 +00:00
lib.rs Event Split: Event, EntityEvent, and BufferedEvent (#19647) 2025-06-15 16:46:34 +00:00
lifecycle.rs Added clone bounds to EntityEvents that were missing them. (#19708) 2025-06-17 21:22:32 +00:00
name.rs Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00
never.rs Use never_say_never hack to work around Rust 2024 regression for fn traits (#18804) 2025-04-14 19:59:48 +00:00
resource.rs refactor(utils): move SyncCell and SyncUnsafeCell to bevy_platform (#19305) 2025-05-27 04:57:26 +00:00
spawn.rs Increase upper limit of children! (#18865) 2025-05-06 00:58:30 +00:00
traversal.rs Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00