Interface GameLoop.PersistentTask

Enclosing class:
GameLoop

public static interface GameLoop.PersistentTask
Interface for the main game loop task.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run​(int delta)
    Run the task.
  • Method Details

    • run

      void run(int delta)
      Run the task.
      Parameters:
      delta - time since the last run