Class: System

Class: System

System

new System()

Represents a System. System manages Engine's Entity by its own method.

Source:
See:

Methods

add(engine)

Called when the System is added to the Engine.

Parameters:
Name Type Description
engine Engine

The Engine added to.

Source:

remove(engine)

Called when the System is removed from the Engine.

Parameters:
Name Type Description
engine Engine

The Engine removed from.

Source:

update()

Called when the Engine#update is called.

Source: