Function gamePreRenderSystem

  • Decorator to indicate that the target system will be executed at the begining of the render loop.

    Returns ((target: SystemType) => void)

      • (target): void
      • Parameters

        Returns void

    @gamePreRenderSystem()
    class SomeSystem {
    }