Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs a message to the Console consisting of a prefix text string followed by the values of args zero or more objects separated by a separator character.
A comma will be used for the separator character with shorter messages and a line break with longer messages.
prefix | Prefix text for the message. |
arg | First listed element after the prefix. |
args | (Optional) Additional listed elements after the prefix. |