bevy/crates/bevy_ecs/src/world
2025-06-23 05:08:02 +00:00
..
command_queue.rs Rename num_entities to entity_count (#19781) 2025-06-23 05:08:02 +00:00
deferred_world.rs EntityWorldMut methods do not automatically overwrite Relationship components (#19601) 2025-06-22 00:22:05 +00:00
entity_fetch.rs Fix regression on the get/get_mut/get_not_found (#19505) 2025-06-06 21:04:27 +00:00
entity_ref.rs Let query items borrow from query state to avoid needing to clone (#15396) 2025-06-16 21:05:41 +00:00
error.rs ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
filtered_resource.rs Only get valid component ids (#19510) 2025-06-06 20:59:57 +00:00
identifier.rs Stop storing access for all systems (#19477) 2025-06-13 17:56:09 +00:00
mod.rs Rename num_entities to entity_count (#19781) 2025-06-23 05:08:02 +00:00
reflect.rs ECS: put strings only used for debug behind a feature (#19558) 2025-06-18 20:15:25 +00:00
spawn_batch.rs Encapsulate cfg(feature = "track_location") in a type. (#17602) 2025-02-10 21:21:20 +00:00
unsafe_world_cell.rs Remove 's lifetime from WorldQuery::Fetch (#19720) 2025-06-19 00:58:21 +00:00