Class PlanetDialog

All Implemented Interfaces:
Cullable, PlanetRenderer.PlanetInterfaceRenderer

public class PlanetDialog extends BaseDialog implements PlanetRenderer.PlanetInterfaceRenderer
  • Field Details

    • debugSelect

      public static boolean debugSelect
    • sectorShowDuration

      public static float sectorShowDuration
    • buffer

      public final FrameBuffer buffer
    • loadouts

      public final LaunchLoadoutDialog loadouts
    • planets

      public final PlanetRenderer planets
    • state

      public PlanetParams state
    • zoom

      public float zoom
    • selected

      @Nullable public Sector selected
    • hovered

      @Nullable public Sector hovered
    • launchSector

      @Nullable public Sector launchSector
    • mode

      public PlanetDialog.Mode mode
    • launching

      public boolean launching
    • listener

      public Cons<Sector> listener
    • newPresets

      public Seq<Sector> newPresets
    • presetShow

      public float presetShow
    • showed

      public boolean showed
    • sectorsShown

      public boolean sectorsShown
    • searchText

      public String searchText
    • sectorTop

      public Table sectorTop
    • notifs

      public Table notifs
    • expandTable

      public Table expandTable
    • hoverLabel

      public Label hoverLabel
  • Constructor Details

    • PlanetDialog

      public PlanetDialog()
  • Method Details