Свойство | Type | Description | |
---|---|---|---|
toggleKey | KeyCode |
Méthode | Description | |
---|---|---|
ConsoleWindow ( int windowID ) : void |
A window that displayss the recorded logs.
|
|
HandleLog ( string message, string stackTrace, LogType type ) : void |
Records a log from the log callback.
|
|
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
OnGUI ( ) : void | ||
Update ( ) : void |
public ConsoleWindow ( int windowID ) : void | ||
windowID | int | Window ID. |
Résultat | void |
public HandleLog ( string message, string stackTrace, LogType type ) : void | ||
message | string | Message. |
stackTrace | string | Trace of where the message came from. |
type | LogType | Type of message (error, exception, warning, assert). |
Résultat | void |