Click or drag to resize

DebugHelperLogIf Method

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

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