![]() |
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Logs a message to the Console along with method signature on the second line to provide additional context.
If the method belongs to a UnityEngine.Object context information will be automatically added to the message.
message | Message to display. |
methodContext | Expression pointing to a method to which the message relates. |