Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs to the Console the name and value of every field and property of target matched using the specified settings.
With a small number of listed members a comma will be used to separate them, and with a larger number of members a line break will be used.
target | object instance whose members are to be listed. |
includePrivate | If false then only public members will be listed; otherwise, non-public members will also be listed. |
includeStatic | If false then only instance members will be listed; otherwise, static members will also be listed. |