Function gamePhysicsSystem

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

    Returns ((target: SystemType) => void)

      • (target): void
      • Parameters

        Returns void

    @gamePhysicsSystem()
    class SomeSystem {
    }