public class LoopedTask
extends java.lang.Object
| Constructor and Description |
|---|
LoopedTask(float duration,
StepTask task) |
| Modifier and Type | Method and Description |
|---|---|
float |
getDuration() |
boolean |
hasFinished() |
void |
kill() |
void |
reset() |
void |
reset(float newDuration) |
void |
update() |
public LoopedTask(float duration,
StepTask task)