Property | Type | Description | |
---|---|---|---|
_windowRect | Rect | ||
defaultColor | Color | ||
errorColor | Color | ||
inputColor | Color | ||
isOpenBriefView | bool | ||
logpath | string | ||
maxLinesForDisplay | int | ||
outputColor | Color | ||
systemColor | Color | ||
toggleKey | KeyCode | ||
warningColor | Color |
Method | Description | |
---|---|---|
ExecCMDInputString ( string inputCMD ) : void |
执行一个命令
|
|
Log ( object message ) : void | ||
Log ( object message, MessageType messageType ) : void | ||
LogError ( object message ) : void | ||
LogWarning ( object message ) : void | ||
RegisterCommand ( string commandString, DebugCommand commandCallback, string CMD_Discribes ) : void | ||
UnRegisterCommand ( string commandString ) : void |
Method | Description | |
---|---|---|
BuildDisplayString ( ) : string | ||
CMD_Clear ( ) : object | ||
CMD_Help ( ) : object | ||
CMD_SystemInfo ( ) : object | ||
ClearLog ( ) : void | ||
EvalInputString ( string inputString ) : void | ||
LogMessage ( Message msg ) : void | ||
OnBriefView ( ) : void | ||
OnCMDView ( ) : void | ||
OnDestroy ( ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
OnLogView ( ) : void | ||
RegisterCommandCallback ( string commandString, DebugCommand commandCallback, string CMD_Discribes ) : void | ||
UnRegisterCommandCallback ( string commandString ) : void |
public ExecCMDInputString ( string inputCMD ) : void | ||
inputCMD | string | |
return | void |
public static Log ( object message, MessageType messageType ) : void | ||
message | object | |
messageType | MessageType | |
return | void |
public static LogError ( object message ) : void | ||
message | object | |
return | void |
public static LogWarning ( object message ) : void | ||
message | object | |
return | void |
public static RegisterCommand ( string commandString, DebugCommand commandCallback, string CMD_Discribes ) : void | ||
commandString | string | |
commandCallback | DebugCommand | |
CMD_Discribes | string | |
return | void |
public static UnRegisterCommand ( string commandString ) : void | ||
commandString | string | |
return | void |