Property | Type | Description | |
---|---|---|---|
delegateInitCMD | System.Action |
||
delegateInitEventSystem | System.Action | ||
isNeedBindUnityLog | bool |
Property | Type | Description | |
---|---|---|---|
AddPage | void | ||
AddToAsyncWriteBuff | void | ||
CMDClear | object | ||
CMDClose | object | ||
CMDHelp | object | ||
CMDShowCustomMessage | object | ||
CMDShowFPS | object | ||
CMDShowLoaderMessage | object | ||
CMDShowMemory | object | ||
CMDShowMessageType | object | ||
CMDShowNetMessage | object | ||
CMDStartAsyncLoging | object | ||
CMDSystemInfo | object | ||
CaculateCurrentMaxMsgCount | int | ||
ClearLog | void | ||
ColorToHex | string | ||
CreateNew | Message | ||
CreateNewLogFile | void | ||
DrawFPS | void | ||
DrawWindow | void | ||
DrawingContent | void | ||
EvalInputString | void | ||
FindBeginMsgIndexFromEnd | int | ||
FindCustomQueue | Queue |
||
FindEndMsgIndexFromBegin | int | ||
GetAllCurrentTypeMessages | List |
||
HexToColor | Color | ||
Init | void | ||
InitBlackground | void | ||
InitEventSystem | void | ||
InitInput | void | ||
InitScrollContent | void | ||
InitScrollView | void | ||
Log | object | ||
Log | object | ||
Log | object | ||
LogError | object | ||
LogMessage | void | ||
LogWarning | object | ||
OnLevelWasLoaded | void | ||
ProcessInput | void | ||
RegisterCommandCallback | void | ||
RunningAsyncWritingLog | void | ||
StartAsyncWriteLog | void | ||
StopAsyncWriteLog | void | ||
UnRegisterCommandCallback | void | ||
UpdateKeyCode | void |
Method | Description | |
---|---|---|
Clear ( ) : void |
Clears all console output.
|
|
ExecCMDInputString ( string inputCMD ) : void | ||
HandleUnityLog ( string condition, string stackTrace, LogType type ) : void | ||
OnDestroy ( ) : void | ||
RegisterCommand ( string commandString, object>.Func |
||
Start ( ) : void | ||
UnRegisterCommand ( string commandString ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
AddPage ( int val ) : void |
val : 1 , -1 mean left or right.
|
|
AddToAsyncWriteBuff ( string text ) : void |
写入到文本缓冲区
|
|
CMDClear ( string args ) : object | ||
CMDClose ( string args ) : object | ||
CMDHelp ( string args ) : object | ||
CMDShowCustomMessage ( string args ) : object | ||
CMDShowFPS ( string args ) : object | ||
CMDShowLoaderMessage ( string args ) : object | ||
CMDShowMemory ( string args ) : object | ||
CMDShowMessageType ( string args ) : object | ||
CMDShowNetMessage ( string args ) : object | ||
CMDStartAsyncLoging ( string args ) : object | ||
CMDSystemInfo ( string args ) : object | ||
CaculateCurrentMaxMsgCount ( ) : int | ||
ClearLog ( ) : void | ||
ColorToHex ( |
||
CreateNew ( object messageObject, MessageType messageType, Color displayColor, string customType ) : Message | ||
CreateNewLogFile ( ) : void | ||
DrawFPS ( ) : void | ||
DrawWindow ( bool isHide ) : void | ||
DrawingContent ( ) : void |
draw the cosole windows dynamic NOTE:only show current page.
|
|
EvalInputString ( string inputString ) : void | ||
FindBeginMsgIndexFromEnd ( ) : int | ||
FindCustomQueue ( string customType ) : Queue |
||
FindEndMsgIndexFromBegin ( ) : int | ||
GetAllCurrentTypeMessages ( ) : List |
||
HexToColor ( string hex ) : Color | ||
Init ( ) : void | ||
InitBlackground ( |
||
InitEventSystem ( ) : void | ||
InitInput ( |
||
InitScrollContent ( |
||
InitScrollView ( |
||
Log ( object message, MessageType messageType ) : object | ||
Log ( object message, string customType ) : object | ||
Log ( object message, string customType, Color col ) : object | ||
LogError ( object message, string customType ) : object | ||
LogMessage ( Message msg ) : void | ||
LogWarning ( object message, string customType ) : object | ||
OnLevelWasLoaded ( int level ) : void | ||
ProcessInput ( string cmd ) : void | ||
RegisterCommandCallback ( string commandString, object>.Func |
||
RunningAsyncWritingLog ( ) : void | ||
StartAsyncWriteLog ( ) : void |
Start A asyncWriteLog Server.
|
|
StopAsyncWriteLog ( ) : void | ||
UnRegisterCommandCallback ( string commandString ) : void | ||
UpdateKeyCode ( ) : void |
public ExecCMDInputString ( string inputCMD ) : void | ||
inputCMD | string | |
return | void |
public HandleUnityLog ( string condition, string stackTrace, LogType type ) : void | ||
condition | string | |
stackTrace | string | |
type | LogType | |
return | void |
public static RegisterCommand ( string commandString, object>.Func |
||
commandString | string | |
commandCallback | object>.Func | |
CMD_Discribes | string | |
return | void |
public static UnRegisterCommand ( string commandString ) : void | ||
commandString | string | |
return | void |
public Action,System delegateInitEventSystem | ||
return | System.Action |