Package gaiasky.interfce
Class CrashGui
- java.lang.Object
-
- gaiasky.interfce.AbstractGui
-
- gaiasky.interfce.CrashGui
-
public class CrashGui extends AbstractGui
Displays info about the current crash.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Throwablecrashprotected gaiasky.interfce.CrashGui.CrashWindowcrashWindow-
Fields inherited from class gaiasky.interfce.AbstractGui
hoffset, interfaces, lock, name, skin, ui, vr
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoneLoading(com.badlogic.gdx.assets.AssetManager assetManager)Hook that runs after the assets have been loaded.voidinitialize(com.badlogic.gdx.assets.AssetManager assetManager)Initializes the GUI, adding all the resources to the asset manager queue for loadingvoidrebuildGui()Adds the already created GUI objects to the stage.voidupdate(double dt)Updates the GUI-
Methods inherited from class gaiasky.interfce.AbstractGui
cancelTouchFocus, dispose, findActor, getGuiStage, getName, mustDraw, notify, render, resize, resizeImmediate, setHoffset, setSceneGraph, setVisibilityToggles, setVr
-
-
-
-
Method Detail
-
initialize
public void initialize(com.badlogic.gdx.assets.AssetManager assetManager)
Description copied from interface:IGuiInitializes the GUI, adding all the resources to the asset manager queue for loading- Parameters:
assetManager- The asset manager to load the resources with
-
update
public void update(double dt)
Description copied from interface:IGuiUpdates the GUI- Specified by:
updatein interfaceIGui- Overrides:
updatein classAbstractGui- Parameters:
dt- Time in seconds since the last frame
-
doneLoading
public void doneLoading(com.badlogic.gdx.assets.AssetManager assetManager)
Description copied from interface:IGuiHook 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:AbstractGuiAdds the already created GUI objects to the stage.- Specified by:
rebuildGuiin classAbstractGui
-
-