Module bevy_ecs::archetype

source ·
Expand description

Types for defining Archetypes, collections of entities that have the same set of components.

Structs

A generational id that changes every time the set of archetypes changes
Archetypes and bundles form a graph. Adding or removing a bundle moves an Entity to a new Archetype.