Class SizeToAction
java.lang.Object
com.prineside.tdi2.scene2d.Action
com.prineside.tdi2.scene2d.actions.TemporalAction
com.prineside.tdi2.scene2d.actions.SizeToAction
- All Implemented Interfaces:
Pool.Poolable
Moves an actor from its current size to a specific size.
- Author:
- Nathan Sweet
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.prineside.tdi2.scene2d.actions.TemporalAction
act, finish, getDuration, getInterpolation, getTime, isComplete, isReverse, reset, restart, setDuration, setInterpolation, setReverse, setTime
-
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)
-