logo
Expand description

Storage layouts for ECS data.

Structs

A flat, type-erased data storage type

A sparse data structure of Components

A data structure that blends dense and sparse storage

A collection of ComponentSparseSet storages, indexed by ComponentId

The raw data stores of a World

A collection of Table storages, indexed by TableId

Traits