Module bones_ecs::components

source ·
Expand description

ECS component storage.

Structs

Traits

  • This trait factors out functions for iterating with bitset over component store. Separated from impl ComponentStore for usage in generic trait types that must be able to create ComponentBitsetIterator and related types.

Type Aliases