bevy/crates/bevy_ecs/src/world
JoJoJet dbb9e428cd
Miscellaneous cleanups to World::resource_scope (#8256)
# Objective

* Make a safety comment less tautological.
* Clearly document that the function can run user code.
* Other small changes.
2023-03-30 10:17:08 +00:00
..
entity_ref.rs bevy_ecs: add untyped methods for inserting components and bundles (#7204) 2023-03-21 00:33:11 +00:00
error.rs Add World::try_run_schedule (#8028) 2023-03-17 01:22:54 +00:00
identifier.rs Increase type safety and clarity for change detection (#7905) 2023-03-09 17:17:02 +00:00
mod.rs Miscellaneous cleanups to World::resource_scope (#8256) 2023-03-30 10:17:08 +00:00
spawn_batch.rs Increase type safety and clarity for change detection (#7905) 2023-03-09 17:17:02 +00:00
unsafe_world_cell.rs Increase type safety and clarity for change detection (#7905) 2023-03-09 17:17:02 +00:00
world_cell.rs Move all logic to UnsafeWorldCell (#7381) 2023-02-06 19:02:52 +00:00