|
| | MoveSystem () |
| |
| void | update (Registry &r) override |
| | Pure virtual function executed by all concrete systems.
|
| |
| virtual | ~ISystem ()=default |
| | Virtual destructor to allow safe polymorphic destruction.
|
| |
◆ MoveSystem()
| MoveSystem::MoveSystem |
( |
| ) |
|
|
inline |
◆ update()
Pure virtual function executed by all concrete systems.
This function defines the logic a system performs during the update phase.
- Parameters
-
| registry | Reference to the ECS registry. |
Implements ecs::ISystem.
- Examples
- TestEcs.cpp.
The documentation for this class was generated from the following file: