Interface UiManager.UiComponent

All Superinterfaces:
com.badlogic.gdx.utils.Disposable
All Known Implementing Classes:
AbilitySelectionOverlay, BackButton, CameraTools, DailyLootOverlay, DailyQuestOverlay, DarkOverlay, DeveloperConsole, Dialog, DifficultyModeOverlay, ForwardButton, InventoryOverlay, IssuedPrizesOverlay, ItemCountSelectionOverlay, ItemCreationOverlay, ItemDescriptionDialog, LeaderboardsOverlay, LevelConfigurationEditor, LJ_TDI_managers.UiComponent_EU.LIP, LoadingOverlay, LuckyWheelOverlay, MainMenuUiScene, MessagesOverlay, MusicListOverlay, Notifications, OpenedPackOverlay, ProfileSummary, QuestPrestigeOverlay, RatingForm, ResourcesAndMoney, ScreenTitle, TextInputOverlay, TooltipsOverlay, TrophiesListOverlay, TrophyViewOverlay, UiManager.UiComponent.Adapter, WavesTimelineOverlay, WebBrowser
Enclosing class:
UiManager

public static interface UiManager.UiComponent extends com.badlogic.gdx.utils.Disposable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    postRender(float deltaTime)
     
    void
    preRender(float deltaTime)
     

    Methods inherited from interface com.badlogic.gdx.utils.Disposable

    dispose
  • Method Details

    • hide

      void hide()
    • preRender

      void preRender(float deltaTime)
    • postRender

      void postRender(float deltaTime)