Package com.prineside.tdi2.ui.components
Class TowerMenu
java.lang.Object
com.prineside.tdi2.ui.components.TowerMenu
- All Implemented Interfaces:
Disposable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
При повторном нажатии на кнопку навыка (отменить применение)void
dispose()
Releases all resources of this object.void
draw
(float realDeltaTime) void
void
boolean
void
showTowerAbilities
(boolean emphasize, Runnable onDone) void
showTowerExperience
(boolean emphasize, Runnable onDone) void
-
Constructor Details
-
TowerMenu
-
-
Method Details
-
startUsingCustomButton
public void startUsingCustomButton() -
cancelUsingCustomButton
public void cancelUsingCustomButton()При повторном нажатии на кнопку навыка (отменить применение) -
isVisible
public boolean isVisible() -
hideTowerExperience
public void hideTowerExperience() -
showTowerExperience
-
hideTowerAbilities
public void hideTowerAbilities() -
showTowerAbilities
-
draw
public void draw(float realDeltaTime) -
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.Disposable
Releases all resources of this object.- Specified by:
dispose
in interfaceDisposable
-