#include <Component.hpp>
Public Attributes | |
float | pos_x {} |
float | pos_y {} |
int | size_x {} |
int | size_y {} |
![]() | |
std::string | id |
Definition at line 47 of file Component.hpp.
float ecs::Rect::pos_x {} |
Definition at line 49 of file Component.hpp.
float ecs::Rect::pos_y {} |
Definition at line 49 of file Component.hpp.
int ecs::Rect::size_x {} |
Definition at line 50 of file Component.hpp.
int ecs::Rect::size_y {} |
Definition at line 50 of file Component.hpp.