Class SizeToAction

All Implemented Interfaces:
Pool.Poolable

public class SizeToAction extends TemporalAction
Moves an actor from its current size to a specific size.
Author:
Nathan Sweet
  • Constructor Details

    • SizeToAction

      public SizeToAction()
  • Method Details

    • setSize

      public void setSize(float width, float height)
    • getWidth

      public float getWidth()
    • setWidth

      public void setWidth(float width)
    • getHeight

      public float getHeight()
    • setHeight

      public void setHeight(float height)