Package com.prineside.tdi2.ui.components
Class FlyingItemsOverlay
java.lang.Object
com.prineside.tdi2.ui.components.FlyingItemsOverlay
- All Implemented Interfaces:
 com.badlogic.gdx.utils.Disposable
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
FlyingItemsOverlay
 
 - 
 - 
Method Details
- 
addPapers
public void addPapers(float stageX, float stageY, int count)  - 
add
public void add(float stageX, float stageY, com.badlogic.gdx.scenes.scene2d.Actor icon, int count, int flyAlign, float scale, float durationMultiplier) - Parameters:
 count- при < 1 не показывается
 - 
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.DisposableReleases all resources of this object.- Specified by:
 disposein interfacecom.badlogic.gdx.utils.Disposable
 
 -