public abstract class FadeInOutInstruction extends TickingInstruction
| Modifier and Type | Field and Description |
|---|---|
protected static int |
fadeTime |
remainingTicks, totalTicks| Constructor and Description |
|---|
FadeInOutInstruction(int duration) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
applyFade(PonderScene scene,
float fade) |
protected void |
firstTick(PonderScene scene) |
protected abstract void |
hide(PonderScene scene) |
protected abstract void |
show(PonderScene scene) |
void |
tick(PonderScene scene) |
isBlocking, isComplete, onScheduled, resetsimpleprotected static final int fadeTime
protected abstract void show(PonderScene scene)
protected abstract void hide(PonderScene scene)
protected abstract void applyFade(PonderScene scene, float fade)
protected void firstTick(PonderScene scene)
firstTick in class TickingInstructionpublic void tick(PonderScene scene)
tick in class TickingInstruction