Class TowerMenu

java.lang.Object
com.prineside.tdi2.ui.components.TowerMenu
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

public class TowerMenu extends Object implements com.badlogic.gdx.utils.Disposable
  • Constructor Details

  • Method Details

    • startUsingCustomButton

      public void startUsingCustomButton()
    • cancelUsingCustomButton

      public void cancelUsingCustomButton()
      При повторном нажатии на кнопку навыка (отменить применение)
    • isVisible

      public boolean isVisible()
    • hideTowerExperience

      public void hideTowerExperience()
    • showTowerExperience

      public void showTowerExperience(boolean emphasize, Runnable onDone)
    • hideTowerAbilities

      public void hideTowerAbilities()
    • showTowerAbilities

      public void showTowerAbilities(boolean emphasize, Runnable onDone)
    • draw

      public void draw(float realDeltaTime)
    • main

      public static void main(String[] args)
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.utils.Disposable
      Releases all resources of this object.
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable