Show / Hide Table of Contents

Class Console

Use Console.Log() anywhere in your code. The Console prefab will display the output.

Inheritance
Object
Console
Namespace: Wenzil.Console
Assembly: Assembly-CSharp.dll
Syntax
public static class Console

Fields

| Improve this Doc View Source

OnConsoleLog

Declaration
public static OnConsoleLog OnConsoleLog
Field Value
Type Description
OnConsoleLog

Methods

| Improve this Doc View Source

ExecuteCommand(String, String[])

Declaration
public static string ExecuteCommand(string command, params string[] args)
Parameters
Type Name Description
String command
String[] args
Returns
Type Description
String
| Improve this Doc View Source

Log(String)

Declaration
public static void Log(string line)
Parameters
Type Name Description
String line
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX