#include <Component.hpp>
Inheritance diagram for ecs::Rect:
Collaboration diagram for ecs::Rect:Public Attributes | |
| float | pos_x {} |
| float | pos_y {} |
| int | size_x {} |
| int | size_y {} |
Public Attributes inherited from ecs::IComponent | |
| std::string | id |
Definition at line 48 of file Component.hpp.
| float ecs::Rect::pos_x {} |
Definition at line 50 of file Component.hpp.
| float ecs::Rect::pos_y {} |
Definition at line 50 of file Component.hpp.
| int ecs::Rect::size_x {} |
Definition at line 51 of file Component.hpp.
| int ecs::Rect::size_y {} |
Definition at line 51 of file Component.hpp.