ImplicitGuiStyle

Undocumented in source.

Members

Functions

color
Color4ub color()
Undocumented in source. Be warned that the author may not have intended to support it.
font
FontRef font()
Undocumented in source. Be warned that the author may not have intended to support it.
icon
SpriteRef icon(string iconId)
Undocumented in source. Be warned that the author may not have intended to support it.
popColor
void popColor()
Undocumented in source. Be warned that the author may not have intended to support it.
popFont
void popFont()
Undocumented in source. Be warned that the author may not have intended to support it.
pushColor
void pushColor(Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
pushFont
void pushFont(FontRef font)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

colorStack
ChunkedBuffer!(Color4ub, 16) colorStack;
Undocumented in source.
defaultColor
Color4ub defaultColor;
Undocumented in source.
defaultFont
FontRef defaultFont;
Undocumented in source.
fontStack
ChunkedBuffer!(FontRef, 16) fontStack;
Undocumented in source.
iconMap
SpriteRef[string] iconMap;
Undocumented in source.
iconPlaceholder
SpriteRef iconPlaceholder;
Undocumented in source.

Meta