Package gaiasky.gui
Class CrashGui
java.lang.Object
gaiasky.gui.AbstractGui
gaiasky.gui.CrashGui
-
Field Summary
Fields inherited from class gaiasky.gui.AbstractGui
backBufferHeight, backBufferWidth, graphics, interfaces, lock, name, skin, stage, unitsPerPixel, vr
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doneLoading
(com.badlogic.gdx.assets.AssetManager assetManager) Hook that runs after the assets have been loaded.void
initialize
(com.badlogic.gdx.assets.AssetManager assetManager, com.badlogic.gdx.graphics.g2d.SpriteBatch sb) Initializes the GUI, adding all the resources to the asset manager queue for loadingvoid
Adds the already created GUI objects to the stage.void
update
(double dt) Updates the GUIMethods inherited from class gaiasky.gui.AbstractGui
cancelTouchFocus, dispose, findActor, getBackBufferHeight, getBackBufferWidth, getGuiStage, getName, isVR, mustDraw, notify, render, resize, resizeImmediate, setBackBufferSize, setVisibilityToggles, setVR, updateUnitsPerPixel
-
Field Details
-
crash
-
crashWindow
protected gaiasky.gui.CrashGui.CrashWindow crashWindow
-
-
Constructor Details
-
CrashGui
-
CrashGui
-
-
Method Details
-
initialize
public void initialize(com.badlogic.gdx.assets.AssetManager assetManager, com.badlogic.gdx.graphics.g2d.SpriteBatch sb) Description copied from interface:IGui
Initializes the GUI, adding all the resources to the asset manager queue for loading- Parameters:
assetManager
- The asset manager to load the resources withsb
- The sprite batch to use for this GUI's stage
-
update
public void update(double dt) Description copied from interface:IGui
Updates the GUI- Specified by:
update
in interfaceIGui
- Overrides:
update
in classAbstractGui
- Parameters:
dt
- Time in seconds since the last frame
-
doneLoading
public void doneLoading(com.badlogic.gdx.assets.AssetManager assetManager) Description copied from interface:IGui
Hook that runs after the assets have been loaded. Completes the initialization process- Parameters:
assetManager
- The asset manager
-
rebuildGui
public void rebuildGui()Description copied from class:AbstractGui
Adds the already created GUI objects to the stage.- Specified by:
rebuildGui
in classAbstractGui
-