Click or drag to resize

DebugHelperLogErrorIf Method

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodStatic memberLogErrorIf(Boolean, String)
Logs the specified error message to the Unity console, if the condition is .
Public methodStatic memberLogErrorIf(FuncBoolean, String)
Logs the specified error message to the Unity console, if the condition evaluates to .
Public methodStatic memberLogErrorIf(Boolean, String, Object)
Logs the specified error message to the Unity console, if the condition is .
Public methodStatic memberLogErrorIf(FuncBoolean, String, Object)
Logs the specified error message to the Unity console, if the condition evaluates to .
Top
See Also