Method | Description | |
---|---|---|
ClientConsole ( IConsoleInput consoleInput, IConsoleRender consoleRender ) : System | ||
Log ( string message ) : void | ||
LogStructured ( INode node, ConsoleLogLevel logLevel, string format, object args ) : void | ||
LogStructured ( INode node, string format, object args ) : void | ||
Render ( IGameContext gameContext, IRenderContext renderContext ) : void | ||
Toggle ( ) : void | ||
Update ( IGameContext gameContext, IUpdateContext updateContext ) : void |
Method | Description | |
---|---|---|
LogInternal ( ConsoleEntry consoleEntry ) : void |
public ClientConsole ( IConsoleInput consoleInput, IConsoleRender consoleRender ) : System | ||
consoleInput | IConsoleInput | |
consoleRender | IConsoleRender | |
return | System |
public LogStructured ( INode node, ConsoleLogLevel logLevel, string format, object args ) : void | ||
node | INode | |
logLevel | ConsoleLogLevel | |
format | string | |
args | object | |
return | void |
public LogStructured ( INode node, string format, object args ) : void | ||
node | INode | |
format | string | |
args | object | |
return | void |
public Render ( IGameContext gameContext, IRenderContext renderContext ) : void | ||
gameContext | IGameContext | |
renderContext | IRenderContext | |
return | void |
public Update ( IGameContext gameContext, IUpdateContext updateContext ) : void | ||
gameContext | IGameContext | |
updateContext | IUpdateContext | |
return | void |