Function gameLogicSystem

  • Decorator to indicate that the target system will run in the game logic loop.

    Returns ((target: SystemType) => void)

      • (target): void
      • Parameters

        Returns void

    @gameLogicSystem()
    class SomeSystem {
    }