bevy/crates/bevy_ecs/src/world
Alice Cecile 4bcb310008 Basic EntityRef and EntityMut docs (#3388)
# Objective

- `EntityRef` and `EntityMut` are surpisingly important public types when working directly with the `World`.
- They're undocumented.

## Solution

- Just add docs!
2022-04-25 14:32:57 +00:00
..
entity_ref.rs Basic EntityRef and EntityMut docs (#3388) 2022-04-25 14:32:57 +00:00
identifier.rs Unique WorldId (#2827) 2021-09-30 20:54:47 +00:00
mod.rs add more logs when despawning entities (#3851) 2022-04-13 23:35:28 +00:00
spawn_batch.rs Implement and require #[derive(Component)] on all component structs (#2254) 2021-10-03 19:23:44 +00:00
world_cell.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00