|
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs a message to the Console listing a number of elements separated by a separator character.
With shorter messages a comma will be used to separate elements in the list, and with longer message a line break will be used.
Calls to this method will be fully stripped from release builds.
| arg1 | First listed element. |
| arg2 | Second listed element. |
| args | (Optional) Additional listed elements. |