Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs a warning message to the Console listing a number of elements separated by a separator character.
With shorter messages a comma will be used for the separator character, and with longer message a line break will be used.
arg1 | First listed element. |
arg2 | Second listed element. |
args | (Optional) Additional listed elements. |