Constructor
new System(type)
constructor
Parameters:
Name | Type | Description |
---|---|---|
type |
Array | The component type this system acts on. |
- Source:
Methods
(abstract) update(entities)
Runs the system of the entities, this should be implemented in child classes.
Parameters:
Name | Type | Description |
---|---|---|
entities |
Array | Entities to be run through the system. |
- Source: