Package com.prineside.tdi2.ui.components
Class FlyingItemsOverlay
java.lang.Object
com.prineside.tdi2.ui.components.FlyingItemsOverlay
- All Implemented Interfaces:
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, 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.Disposable
Releases all resources of this object.- Specified by:
dispose
in interfaceDisposable
-