Console Class |
Namespace: Kit
The Console type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearCommand | Clear the command input field. | |
| ClearHistory | Clear Console history. | |
| ClearLog | Clear the Console log. | |
| Destroy | Destroy the Console. | |
| Execute | Execute a Lua command or expression on the Console. | |
| Hide | Hide the Console. | |
| Initialize | Initialize the Console. | |
| List | List all members of a class on the Console. | |
| Log(Object) | Log an object on the Console. | |
| Log(String) | Log a line on the Console. | |
| ScrollToBottom | Scroll the Console log to the bottom. | |
| ScrollToTop | Scroll the Console log to the top. | |
| Show | Show the Console. | |
| Toggle | Show if not visible, and vice versa. |
| Name | Description | |
|---|---|---|
| CommandPrefix | Text to display for distinguishing typed content. | |
| Depth | How deep to go when logging object contents. | |
| GCInterval | Garbage collector interval for the Lua environment of the Console. | |
| Length | Maximum length of the log in characters. | |
| LogBuilder | StringBuilder for the entire log. | |
| NullString | Text to display for objects. | |
| Prefab | Prefab location to the Console UI. |