|
SolarSim
|
Typed component storage for a specific component type. More...
Data Fields | |
| std::unordered_map< Entity, Component > | components |
Additional Inherited Members | |
| Public Member Functions inherited from solarsim::Registry::IComponentStorage | |
| virtual | ~IComponentStorage ()=default |
Typed component storage for a specific component type.
| Component | The component type to store |
| std::unordered_map<Entity, Component> solarsim::Registry::ComponentStorage< Component >::components |
Entity-to-component map