|
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
If condition is true logs a message to the console.
If condition is false does nothing.
Calls to this method will be fully stripped from release builds.
| condition | Condition that must be true for logging to take place. |
| message | Message to display. |
| context | Object to which the message applies. |