Interface SystemSpec<T, U>

Type Parameters

Hierarchy

  • SystemSpec

Properties

Properties

query: Query

The query which will provide the components and entities to the system.

system: SystemCallback<T, U>

The core function of the system. Called when this.exec is called.

Generated using TypeDoc