Loading...
Searching...
No Matches
ml::ECSManager Class Reference

ECSManager. More...

#include <ECSManager.h>

Public Attributes

std::unordered_map< Entity, HealthComponenthealths
std::unordered_map< Entity, PositionComponentpositions
std::unordered_map< Entity, HealthComponentsize
std::unordered_map< Entity, VelocityComponentvelocities

Detailed Description

ECSManager.

Definition at line 22 of file ECSManager.h.

Member Data Documentation

◆ healths

std::unordered_map<Entity, HealthComponent> ml::ECSManager::healths

Definition at line 27 of file ECSManager.h.

◆ positions

std::unordered_map<Entity, PositionComponent> ml::ECSManager::positions

Definition at line 25 of file ECSManager.h.

◆ size

std::unordered_map<Entity, HealthComponent> ml::ECSManager::size

Definition at line 28 of file ECSManager.h.

◆ velocities

std::unordered_map<Entity, VelocityComponent> ml::ECSManager::velocities

Definition at line 26 of file ECSManager.h.


The documentation for this class was generated from the following file: