![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Update entities with a script component. More...
#include <ScriptSystem.hpp>
Public Member Functions | |
ScriptSystem () | |
Constructor. | |
virtual | ~ScriptSystem () |
Destructor. | |
void | update (entt::registry ®istry) override |
Abstract implementation for updating the system. Use the manager to retreive your components. | |
Update entities with a script component.
Definition at line 20 of file ScriptSystem.hpp.
galaxy::systems::ScriptSystem::ScriptSystem | ( | ) |
Constructor.
Definition at line 18 of file ScriptSystem.cpp.
|
virtual |
Destructor.
Definition at line 22 of file ScriptSystem.cpp.
|
override |
Abstract implementation for updating the system. Use the manager to retreive your components.
EnTT | registry to process entities from. |
Definition at line 26 of file ScriptSystem.cpp.