new System()
Represents a System. System manages Engine's Entity by its own method.
Methods
-
add(engine)
-
Called when the System is added to the Engine.
Parameters:
Name Type Description engine
Engine The Engine added to.
-
remove(engine)
-
Called when the System is removed from the Engine.
Parameters:
Name Type Description engine
Engine The Engine removed from.
-
update()
-
Called when the Engine#update is called.