Class DraggingItemHelper

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

public class DraggingItemHelper extends Object implements com.badlogic.gdx.utils.Disposable
  • Field Details

  • Constructor Details

    • DraggingItemHelper

      public DraggingItemHelper()
  • Method Details

    • show

      public void show(Item item)
    • hide

      public void hide()
    • setPosition

      public void setPosition(float x, float y)
    • setScale

      public void setScale(float scale)
    • setScale

      public void setScale(float scale, boolean instantly)
    • 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