Package | uk.msfx.utils.tracing.fp9 |
Class | public class TrConsole |
Inheritance | TrConsole ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
TrConsole(width:int = 600, height:int = 200, transparentOnHide:Boolean = false)
Constructor for Tr.ace() Console. | TrConsole | ||
![]() | hide():void
Hide the console, leaving only the title bar visible. | TrConsoleCore | |
![]() | show():void
Hide the console, leaving only the title bar visible. | TrConsoleCore |
TrConsole | () | Constructor |
public function TrConsole(width:int = 600, height:int = 200, transparentOnHide:Boolean = false)
Constructor for Tr.ace() Console.
Parameterswidth:int (default = 600 ) — The width of the console.
| |
height:int (default = 200 ) — The height of the console.
| |
transparentOnHide:Boolean (default = false ) — OPTIONAL Whether to make the console transparent when minimizing.
|