Structs§
- Atomic
Builder - An entity builder from
EntitiesRes
. Allows building an entity with its components if you have mutable access to the component storages. - Create
Iter Atomic - Entities
- The entities of this ECS. This is a resource, stored in the
World
. If you just want to access it in your system, you can also useRead<Entities>
.