engine

The engine module exports the Engine class

Source:

Classes

Engine

Events

tick:after

Source:

Emitted by then engine after running all the systems.
The payload is the Engine instance that originated the event.

Type:
  • Engine

tick:before

Source:

Emitted by the engine just before running the systems.
The payload is the Engine instance that originated the event.

Type:
  • Engine