Package com.prineside.tdi2.managers
Class UiManager.UiComponent.Adapter
java.lang.Object
com.prineside.tdi2.managers.UiManager.UiComponent.Adapter
- All Implemented Interfaces:
Disposable
,UiManager.UiComponent
- Direct Known Subclasses:
AbilitySelectionOverlay
,BackButton
,CameraTools
,DailyLootOverlay
,DailyQuestOverlay
,DarkOverlay
,Dialog
,DifficultyModeOverlay
,ForwardButton
,FullScreenTextEditor
,IssuedPrizesOverlay
,ItemCountSelectionOverlay
,ItemCreationOverlay
,ItemDescriptionDialog
,LeaderboardsOverlay
,LevelConfigurationEditor
,LevelStagesEditor
,LoadingOverlay
,LuajavaWhitelistEditor
,LuckyWheelOverlay
,MainMenuUiScene
,MessagesOverlay
,MusicListOverlay
,OpenedPackOverlay
,ProfileSummary
,QuestPrestigeOverlay
,RatingForm
,ScreenTitle
,StateDebugger
,TextInputOverlay
,TooltipsOverlay
,TrophiesListOverlay
,TrophyViewOverlay
,VisibleDisplayFrameDebugFeature
,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.boolean
If true, won't be hidden by hideAllComponents() - useful for debug overlaysvoid
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
-
isPersistent
public boolean isPersistent()Description copied from interface:UiManager.UiComponent
If true, won't be hidden by hideAllComponents() - useful for debug overlays- Specified by:
isPersistent
in interfaceUiManager.UiComponent
-
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 interfaceDisposable
-