![]() |
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs a warning message to the Console consisting of a prefix text string followed by the names and values of classMembers zero or more class members.
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. |
classMembers | Expressions pointing to class members whose names and values will be included in the message. |