Package tech.underoaks.coldcase.stages
Class GameStage
java.lang.Object
com.badlogic.gdx.InputAdapter
com.badlogic.gdx.scenes.scene2d.Stage
tech.underoaks.coldcase.stages.AbstractStage
tech.underoaks.coldcase.stages.GameStage
- All Implemented Interfaces:
com.badlogic.gdx.InputProcessor,com.badlogic.gdx.Screen,com.badlogic.gdx.utils.Disposable
GameStage class -> initializes alle game relevant actors and handles fixed updates
-
Nested Class Summary
Nested classes/interfaces inherited from class com.badlogic.gdx.scenes.scene2d.Stage
com.badlogic.gdx.scenes.scene2d.Stage.TouchFocus -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildStage(com.badlogic.gdx.InputMultiplexer inputMultiplexer) Builds the current StagebooleankeyDown(int keyCode) voidrender(float delta) Methods inherited from class tech.underoaks.coldcase.stages.AbstractStage
hide, onConnected, onDisconnected, pause, resize, resume, showMethods inherited from class com.badlogic.gdx.scenes.scene2d.Stage
act, act, actorRemoved, addAction, addActor, addCaptureListener, addListener, addTouchFocus, calculateScissors, cancelTouchFocus, cancelTouchFocus, cancelTouchFocusExcept, clear, dispose, draw, getActionsRequestRendering, getActors, getBatch, getCamera, getDebugColor, getHeight, getKeyboardFocus, getRoot, getScrollFocus, getViewport, getWidth, hit, isDebugAll, isInsideViewport, keyTyped, keyUp, mouseMoved, removeCaptureListener, removeListener, removeTouchFocus, screenToStageCoordinates, scrolled, setActionsRequestRendering, setDebugAll, setDebugInvisible, setDebugParentUnderMouse, setDebugTableUnderMouse, setDebugTableUnderMouse, setDebugUnderMouse, setKeyboardFocus, setRoot, setScrollFocus, setViewport, stageToScreenCoordinates, toScreenCoordinates, touchCancelled, touchDown, touchDragged, touchUp, unfocus, unfocusAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.badlogic.gdx.Screen
dispose
-
Method Details
-
buildStage
public void buildStage(com.badlogic.gdx.InputMultiplexer inputMultiplexer) Description copied from class:AbstractStageBuilds the current Stage- Specified by:
buildStagein classAbstractStage- Parameters:
inputMultiplexer- Delegates to an ordered list of other InputProcessors
-
render
public void render(float delta) - Specified by:
renderin interfacecom.badlogic.gdx.Screen- Overrides:
renderin classAbstractStage
-
keyDown
public boolean keyDown(int keyCode) - Specified by:
keyDownin interfacecom.badlogic.gdx.InputProcessor- Overrides:
keyDownin classAbstractStage
-