Class ScaleByAction

All Implemented Interfaces:
Pool.Poolable

public class ScaleByAction extends RelativeTemporalAction
Scales an actor's scale to a relative size.
  • Constructor Details

    • ScaleByAction

      public ScaleByAction()
    • ScaleByAction

      public ScaleByAction(float amount)
  • Method Details

    • updateRelative

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

      public void setAmount(float x, float y)
    • setAmount

      public void setAmount(float scale)
    • getAmountX

      public float getAmountX()
    • setAmountX

      public void setAmountX(float x)
    • getAmountY

      public float getAmountY()
    • setAmountY

      public void setAmountY(float y)