Texit.TypeTextEvent

Types text onto the screen. Doesn't play well with easings that go backwards (easeBack, easeBounce)

Constructors

this
this(float start, float end, Point pos, float[3] fg, float[3] bg, string text, Easing e, float typingTime)
Undocumented in source.
this
this(float start, float end, Point pos, string text, Easing e, float typingTime)
Undocumented in source.

Members

Functions

enable
void enable()
Undocumented in source. Be warned that the author may not have intended to support it.
time
void time(float rel, float abs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ease
Easing ease;

Easing to use when typing the text. Default: easeLinear

typingTime
float typingTime;

Amount of time (seconds) to type the text

Inherited Members

From TextEvent

text
string text;
Undocumented in source.
fg
float[3] fg;
Undocumented in source.
bg
float[3] bg;
Undocumented in source.
pos
Point pos;
Undocumented in source.
replace
bool replace;
Undocumented in source.
enable
void enable()
Undocumented in source. Be warned that the author may not have intended to support it.
disable
void disable()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta