|
ecs
|
Public Member Functions | |
| DisplaySystem (Singleton &s) | |
| void | update (Registry &r) override |
| Pure virtual function executed by all concrete systems. | |
Public Member Functions inherited from ecs::ISystem | |
| virtual | ~ISystem ()=default |
| Virtual destructor to allow safe polymorphic destruction. | |
|
inline |
|
inlineoverridevirtual |
Pure virtual function executed by all concrete systems.
This function defines the logic a system performs during the update phase.
| registry | Reference to the ECS registry. |
Implements ecs::ISystem.