Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
BackgroundColor
ConsoleColor
System.Console.BackgroundColor
static
get
set
Definition at line
259
of file
Console.cs
.
260
{
261
get
262
{
263
return
ConsolePal.BackgroundColor;
264
}
265
set
266
{
267
ConsolePal.BackgroundColor =
value
;
268
}
269
}
System.ExceptionArgument.value
@ value
Referenced by
System.Console.MoveBufferArea()
.
System
Console
Generated by
1.10.0