public class KeyframeInstruction extends PonderInstruction
| Modifier and Type | Field and Description |
|---|---|
static KeyframeInstruction |
DELAYED |
static KeyframeInstruction |
IMMEDIATE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete() |
void |
onScheduled(PonderScene scene) |
void |
tick(PonderScene scene) |
isBlocking, reset, simplepublic static final KeyframeInstruction IMMEDIATE
public static final KeyframeInstruction DELAYED
public boolean isComplete()
isComplete in class PonderInstructionpublic void tick(PonderScene scene)
tick in class PonderInstructionpublic void onScheduled(PonderScene scene)
onScheduled in class PonderInstruction