Свойство | Тип | Описание | |
---|---|---|---|
debugMode | bool | ||
lineSpacing | float | ||
postToScreenDuration | float | ||
screenPosition |
Метод | Описание | |
---|---|---|
DebugMessages ( ) : System | ||
DebugMessages ( bool _debugMode, OutputMode _outputMode, float _postToScreenDuration ) : System | ||
OnGUI ( ) : void | ||
Post ( string input, bool postToLog, float postToScreenDuration ) : void | ||
PostMessage ( string input, bool postToLog, float postToScreenDuration ) : void | ||
debugMessage ( string input ) : void | ||
debugMessage ( string input, bool postToLog, float postToScreenDuration ) : void | ||
debugMessage ( string input, float postToScreenDuration ) : void |
public DebugMessages ( bool _debugMode, OutputMode _outputMode, float _postToScreenDuration ) : System | ||
_debugMode | bool | |
_outputMode | OutputMode | |
_postToScreenDuration | float | |
Результат | System |
public static Post ( string input, bool postToLog, float postToScreenDuration ) : void | ||
input | string | |
postToLog | bool | |
postToScreenDuration | float | |
Результат | void |
public PostMessage ( string input, bool postToLog, float postToScreenDuration ) : void | ||
input | string | |
postToLog | bool | |
postToScreenDuration | float | |
Результат | void |
public debugMessage ( string input ) : void | ||
input | string | |
Результат | void |
public debugMessage ( string input, bool postToLog, float postToScreenDuration ) : void | ||
input | string | |
postToLog | bool | |
postToScreenDuration | float | |
Результат | void |
public debugMessage ( string input, float postToScreenDuration ) : void | ||
input | string | |
postToScreenDuration | float | |
Результат | void |