#include <Component.hpp>
Inheritance diagram for ecs::Layer:
Collaboration diagram for ecs::Layer:Public Attributes | |
| int | layer |
Public Attributes inherited from ecs::IComponent | |
| std::string | id |
Definition at line 177 of file Component.hpp.
| int ecs::Layer::layer |
Definition at line 179 of file Component.hpp.
Referenced by ecs::SpriteSystem::update().