Property | Type | Description | |
---|---|---|---|
builtins | BuiltinCommands | ||
commandText | string | ||
config | ConsoleWindowConfig, | ||
consoleText | string | ||
partialCommand | string | ||
previousCommands | List |
Method | Description | |
---|---|---|
AddCommandToBuffer ( string toAdd ) : void | ||
AppendOutput ( object toWrite ) : void | ||
AutocompleteBuffer ( ) : bool | ||
ClearConsole ( ) : void | ||
ClearEval ( ) : void | ||
CommandEvaluator ( ConsoleWindowConfig, cfg ) : UnityEngine | ||
DownHistory ( ) : bool | ||
Eval ( ) : void | ||
InitEval ( ) : void | ||
LoadScripts ( ) : void | ||
RunCommand ( string commandText ) : void | ||
UpHistory ( ) : bool |
Method | Description | |
---|---|---|
TryTabComplete ( string cmdText ) : string |
public AddCommandToBuffer ( string toAdd ) : void | ||
toAdd | string | |
return | void |
public AppendOutput ( object toWrite ) : void | ||
toWrite | object | |
return | void |
public CommandEvaluator ( ConsoleWindowConfig, cfg ) : UnityEngine | ||
cfg | ConsoleWindowConfig, | |
return | UnityEngine |
public RunCommand ( string commandText ) : void | ||
commandText | string | |
return | void |