public class ShowInputInstruction extends FadeInOutInstruction
fadeTimeremainingTicks, totalTicks| Constructor and Description |
|---|
ShowInputInstruction(InputWindowElement element,
int ticks) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyFade(PonderScene scene,
float fade) |
protected void |
hide(PonderScene scene) |
protected void |
show(PonderScene scene) |
firstTick, tickisBlocking, isComplete, onScheduled, resetsimplepublic ShowInputInstruction(InputWindowElement element, int ticks)
protected void show(PonderScene scene)
show in class FadeInOutInstructionprotected void hide(PonderScene scene)
hide in class FadeInOutInstructionprotected void applyFade(PonderScene scene, float fade)
applyFade in class FadeInOutInstruction