Structs§
- Component
Storage - 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.
- Component
Storage Trait - A type-erased interface over concrete
ComponentStorage<T>
implementations.