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