Interface DebugListener

    • Method Summary

      Modifier and Type Method Description
      void displayDebugMessage​(Object message)
      Display a debug message.
      void updateFps​(float fps)
      Update with the last debug information.
    • Method Detail

      • updateFps

        void updateFps​(float fps)
        Update with the last debug information. This is done once per frame.
        Parameters:
        fps - Current Frame per second rate.
      • displayDebugMessage

        void displayDebugMessage​(Object message)
        Display a debug message.
        Parameters:
        message - Message to display.