Show / Hide Table of Contents

Namespace Wenzil.Console

Classes

Console

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

ConsoleCommandsDatabase

Use RegisterCommand() to register your own commands. Registered commands persist between scenes but don't persist between multiple application executions.

ConsoleController

The behavior of the console.

ConsoleInputHistory

Utility for caching and navigating recently executed console commands.

ConsoleUI

The interactive front-end of the console.

DefaultCommands

MBExtensions

NoSuchCommandException

An exception thrown when attempting to retrieve a command that does not exist.

Structs

ConsoleCommand

Delegates

ConsoleCommandCallback

In This Article
Back to top Generated by DocFX