Module bevy_ecs::storage

source ·
Expand description

Storage layouts for ECS data.

Structs

A sparse data structure of Components
The type-erased backing storage and metadata for a single resource within a World.
The backing store for all Resources stored in the World.
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

Represents something that can be stored in a SparseSet as an integer.