#include <Component.hpp>
Public Attributes | |
float | x {} |
float | y {} |
![]() | |
std::string | id |
Definition at line 72 of file Component.hpp.
float ecs::Velocity::x {} |
Definition at line 74 of file Component.hpp.
Referenced by cli::AsteroidSystem::update(), and cli::ProjectileSystem::update().
float ecs::Velocity::y {} |
Definition at line 74 of file Component.hpp.