Module chunked::archetype[][src]

Archetypes are the ‘layout’ of entities, containing a list of the attached components.

Structs

Archetype

An archetype represents a particular layout of an entity.

ComponentSliceSet

A slice-backed component set.

ComponentVecSet

A Vec-backed component set.

Traits

ComponentSet

A list of component types which ensures a couple of useful invariants:

ComponentSetExt