DebugHelper Methods |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| Log(String) |
Logs the specified informational message to the Unity console.
| |
| Log(String, Object) |
Logs the specified informational message to the Unity console.
| |
| Log(LogLevel, String) |
Logs the specified informational message to the Unity console, if allowed by logLevel.
| |
| Log(LogLevel, String, Object) |
Logs the specified informational message to the Unity console, if allowed by logLevel.
| |
| LogError(String) |
Logs the specified error message to the Unity console.
| |
| LogError(String, Object) |
Logs the specified error message to the Unity console.
| |
| LogError(LogLevel, String) |
Logs the specified error message to the Unity console, if allowed by logLevel.
| |
| LogError(LogLevel, String, Object) |
Logs the specified error message to the Unity console, if allowed by logLevel.
| |
| LogErrorIf(Boolean, String) |
Logs the specified error message to the Unity console, if the condition is .
| |
| LogErrorIf(FuncBoolean, String) |
Logs the specified error message to the Unity console, if the condition evaluates to .
| |
| LogErrorIf(Boolean, String, Object) |
Logs the specified error message to the Unity console, if the condition is .
| |
| LogErrorIf(FuncBoolean, String, Object) |
Logs the specified error message to the Unity console, if the condition evaluates to .
| |
| LogIf(Boolean, String) |
Logs the specified informational message to the Unity console, if the condition is .
| |
| LogIf(FuncBoolean, String) |
Logs the specified informational message to the Unity console, if the condition evaluates to .
| |
| LogIf(Boolean, String, Object) |
Logs the specified informational message to the Unity console, if the condition is .
| |
| LogIf(FuncBoolean, String, Object) |
Logs the specified informational message to the Unity console, if the condition evaluates to .
| |
| LogWarning(String) |
Logs the specified warning message to the Unity console.
| |
| LogWarning(String, Object) |
Logs the specified warning message to the Unity console.
| |
| LogWarning(LogLevel, String) |
Logs the specified warning message to the Unity console, if allowed by logLevel.
| |
| LogWarning(LogLevel, String, Object) |
Logs the specified warning message to the Unity console, if allowed by logLevel.
| |
| LogWarningIf(Boolean, String) |
Logs the specified warning message to the Unity console, if the condition is .
| |
| LogWarningIf(FuncBoolean, String) |
Logs the specified warning message to the Unity console, if the condition evaluates to .
| |
| LogWarningIf(Boolean, String, Object) |
Logs the specified warning message to the Unity console, if the condition is .
| |
| LogWarningIf(FuncBoolean, String, Object) |
Logs the specified warning message to the Unity console, if the condition evaluates to .
|