Class CrashReportScreen

java.lang.Object
com.prineside.tdi2.Screen
com.prineside.tdi2.screens.CrashReportScreen
All Implemented Interfaces:
com.badlogic.gdx.Screen

public class CrashReportScreen extends Screen
  • Constructor Details

  • Method Details

    • resize

      public void resize(int width, int height)
      Specified by:
      resize in interface com.badlogic.gdx.Screen
      Overrides:
      resize in class Screen
      See Also:
      • ApplicationListener.resize(int, int)
    • draw

      public void draw(float delta)
      Specified by:
      draw in class Screen
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.Screen
      Called when this screen should release all resources.
      Specified by:
      dispose in interface com.badlogic.gdx.Screen
      Overrides:
      dispose in class Screen