Property | Type | Description | |
---|---|---|---|
debugMode | bool | ||
lineSpacing | float | ||
postToScreenDuration | float | ||
screenPosition |
Method | Description | |
---|---|---|
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 | |
return | System |
public static Post ( string input, bool postToLog, float postToScreenDuration ) : void | ||
input | string | |
postToLog | bool | |
postToScreenDuration | float | |
return | void |
public PostMessage ( string input, bool postToLog, float postToScreenDuration ) : void | ||
input | string | |
postToLog | bool | |
postToScreenDuration | float | |
return | void |
public debugMessage ( string input, bool postToLog, float postToScreenDuration ) : void | ||
input | string | |
postToLog | bool | |
postToScreenDuration | float | |
return | void |
public debugMessage ( string input, float postToScreenDuration ) : void | ||
input | string | |
postToScreenDuration | float | |
return | void |