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При повторном нажатии на кнопку навыка (отменить применение)voiddispose()Releases all resources of this object.voiddraw(float realDeltaTime) voidvoidbooleanvoidshowTowerAbilities(boolean emphasize, Runnable onDone) voidshowTowerExperience(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.DisposableReleases all resources of this object.- Specified by:
 disposein interfaceDisposable
 
 -