mirror of
https://github.com/bevyengine/bevy
synced 2024-12-30 06:53:13 +00:00
a0f1468108
# 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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |