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 TypeMethodDescriptionvoiddispose()Releases all resources of this object.booleanIf true, won't be hidden by hideAllComponents() - useful for debug overlaysvoidpostRender(float deltaTime) voidpreRender(float deltaTime) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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.UiComponentIf true, won't be hidden by hideAllComponents() - useful for debug overlays- Specified by:
isPersistentin interfaceUiManager.UiComponent
-
postRender
public void postRender(float deltaTime) - Specified by:
postRenderin interfaceUiManager.UiComponent
-
preRender
public void preRender(float deltaTime) - Specified by:
preRenderin interfaceUiManager.UiComponent
-
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.DisposableReleases all resources of this object.- Specified by:
disposein interfaceDisposable
-