bevy/crates/bevy_ecs/src/world
Charles Bournhonesque 944fc71eb1
Update safety comment for bundle removal (#12657)
# Objective

- Tiny PR to clarify that `self.world.bundles.init_info::<T>` must have
been called so that the BundleInfo is present in the World

---------

Co-authored-by: James Liu <contact@jamessliu.com>
2024-03-23 22:07:08 +00:00
..
command_queue.rs Fix Ci failing over dead code in tests (#12623) 2024-03-21 18:08:47 +00:00
deferred_world.rs remove repetitive code (#12270) 2024-03-03 07:58:22 +00:00
entity_ref.rs Update safety comment for bundle removal (#12657) 2024-03-23 22:07:08 +00:00
error.rs Replace all labels with interned labels (#7762) 2023-10-25 21:39:23 +00:00
identifier.rs impl ExclusiveSystemParam for WorldId (#11164) 2024-01-01 15:59:53 +00:00
mod.rs Adding some docs for archetype internals (#12578) 2024-03-23 01:48:31 +00:00
spawn_batch.rs Component Lifecycle Hooks and a Deferred World (#10756) 2024-03-01 14:59:22 +00:00
unsafe_world_cell.rs Remove WorldCell (#12551) 2024-03-18 06:28:31 +00:00