Expand description
Types for declaring and storing Components.
Structs
Enums
The storage used for a specific component type.
Traits
A component is data associated with an Entity. Each entity can have
multiple different types of components, but only one of them per type.