DebugHelperLogWarning Method |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| 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.
|