Module component_storage

Source

Structs§

ComponentStorage
Storage for components of type T. Maintains dense storage and entity-index mappings.

Traits§

Component
Marker trait for types that can be used as components in the ECS.
ComponentStorageTrait
A type-erased interface over concrete ComponentStorage<T> implementations.