Texit.FlashingTextEvent

Flashing text.

mixintemplate Texit(string charmap, int charSize, float scale, int worldWidth, int worldHeight, int width, int height, string title)
class FlashingTextEvent : TextEvent {}

Constructors

this
this(float start, float end, Point pos, float[3] fg, float[3] bg, float[3] fg2, float[3] bg2, string text, float flashPeriod)
Undocumented in source.

Members

Functions

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

Variables

bg2
float[3] bg2;

Second background color

fg2
float[3] fg2;

Second foreground color

flashPeriod
float flashPeriod;

Period of flashing (in seconds)

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