public class TextInstruction extends FadeInOutInstruction
fadeTimeremainingTicks, totalTicks| Constructor and Description |
|---|
TextInstruction(TextWindowElement element,
int duration) |
TextInstruction(TextWindowElement element,
int duration,
Selection selection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyFade(PonderScene scene,
float fade) |
protected void |
hide(PonderScene scene) |
protected void |
show(PonderScene scene) |
void |
tick(PonderScene scene) |
firstTickisBlocking, isComplete, onScheduled, resetsimplepublic TextInstruction(TextWindowElement element, int duration)
public TextInstruction(TextWindowElement element, int duration, Selection selection)
public void tick(PonderScene scene)
tick in class FadeInOutInstructionprotected 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