Class ScaleToAction
java.lang.Object
com.prineside.tdi2.scene2d.Action
com.prineside.tdi2.scene2d.actions.TemporalAction
com.prineside.tdi2.scene2d.actions.ScaleToAction
- All Implemented Interfaces:
Pool.Poolable
Sets the actor's scale from its current value to a specific value.
- 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
-
ScaleToAction
public ScaleToAction()
-
-
Method Details
-
setScale
public void setScale(float x, float y) -
setScale
public void setScale(float scale) -
getX
public float getX() -
setX
public void setX(float x) -
getY
public float getY() -
setY
public void setY(float y)
-