Class FlyingItemsOverlay

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

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

  • 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.Disposable
      Releases all resources of this object.
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable