public class SizeToAction extends TemporalAction
Constructor and Description |
---|
SizeToAction() |
Modifier and Type | Method and Description |
---|---|
protected void |
begin()
Called the first time
TemporalAction.act(float) is called. |
float |
getHeight() |
float |
getWidth() |
void |
setHeight(float height) |
void |
setSize(float width,
float height) |
void |
setWidth(float width) |
protected void |
update(float percent)
Called each frame.
|
act, end, finish, getDuration, getInterpolation, getTime, isReverse, reset, restart, setDuration, setInterpolation, setReverse, setTime
protected void begin()
TemporalAction
TemporalAction.act(float)
is called. This is a good place to query the actor's
starting
state.begin
in class TemporalAction
protected void update(float percent)
TemporalAction
update
in class TemporalAction
percent
- The percentage of completion for this action, growing from 0 to 1 over the duration. If
reversed
, this will shrink from 1 to 0.public void setSize(float width, float height)
public float getWidth()
public void setWidth(float width)
public float getHeight()
public void setHeight(float height)