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