Class SizeByAction

All Implemented Interfaces:
Pool.Poolable

public class SizeByAction extends RelativeTemporalAction
Moves an actor from its current size to a relative size.
  • Constructor Details

    • SizeByAction

      public SizeByAction()
  • Method Details

    • updateRelative

      protected void updateRelative(float percentDelta)
      Specified by:
      updateRelative in class RelativeTemporalAction
    • setAmount

      public void setAmount(float width, float height)
    • getAmountWidth

      public float getAmountWidth()
    • setAmountWidth

      public void setAmountWidth(float width)
    • getAmountHeight

      public float getAmountHeight()
    • setAmountHeight

      public void setAmountHeight(float height)