Click or drag to resize

DebugHelperLogWarningIf Method

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

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