static interface Action.Function
Modifier and Type | Method and Description |
---|---|
boolean |
run(Sprite target,
double deltaTime,
double totalTime) |
boolean run(Sprite target, double deltaTime, double totalTime)
target
- Sprite to which this method will be applieddeltaTime
- elapsed time (seconds) since previous iteration of game loop (typically approximately 1/60 second)totalTime
- the total time that has elapsed since the encapsulating Action has started