bevy/crates/bevy_scene
mike a0f1468108 Add iter_entities to World #6228 (#6242)
# Objective

- Add a way to iterate over all entities from &World

## Solution

- Added a function `iter_entities` on World which returns an iterator of `Entity` derived from the entities in the `World`'s `archetypes`

---

## Changelog

- Added a function `iter_entities` on World, allowing iterating over all entities in contexts where you only have read-only access to the World.
2022-10-17 13:47:00 +00:00
..
src Add iter_entities to World #6228 (#6242) 2022-10-17 13:47:00 +00:00
Cargo.toml Update to ron 0.8 (#5864) 2022-09-02 14:20:49 +00:00