Package com.prineside.tdi2.managers
Class UiManager.UiComponent.Adapter
java.lang.Object
com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,UiManager.UiComponent
- Direct Known Subclasses:
AbilitySelectionOverlay
,BackButton
,CameraTools
,DailyLootOverlay
,DailyQuestOverlay
,DarkOverlay
,Dialog
,DifficultyModeOverlay
,ForwardButton
,IssuedPrizesOverlay
,ItemCountSelectionOverlay
,ItemCreationOverlay
,ItemDescriptionDialog
,LeaderboardsOverlay
,LevelConfigurationEditor
,LoadingOverlay
,LuckyWheelOverlay
,MainMenuUiScene
,MessagesOverlay
,MusicListOverlay
,OpenedPackOverlay
,ProfileSummary
,QuestPrestigeOverlay
,RatingForm
,ScreenTitle
,TextInputOverlay
,TooltipsOverlay
,TrophiesListOverlay
,TrophyViewOverlay
,WavesTimelineOverlay
- Enclosing interface:
- UiManager.UiComponent
public abstract static class UiManager.UiComponent.Adapter
extends Object
implements UiManager.UiComponent
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.managers.UiManager.UiComponent
UiManager.UiComponent.Adapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Releases all resources of this object.void
postRender
(float deltaTime) void
preRender
(float deltaTime) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.prineside.tdi2.managers.UiManager.UiComponent
hide
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
postRender
public void postRender(float deltaTime) - Specified by:
postRender
in interfaceUiManager.UiComponent
-
preRender
public void preRender(float deltaTime) - Specified by:
preRender
in interfaceUiManager.UiComponent
-
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.Disposable
Releases all resources of this object.- Specified by:
dispose
in interfacecom.badlogic.gdx.utils.Disposable
-