Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
If condition is true
logs a message to the Console.
If condition is false
does nothing.
condition | Condition that must be true for logging to take place. |
message | Message to display. |
context | Object to which the message applies. |