Delegate Application.LogCallback
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public delegate void LogCallback(string condition, string stackTrace, LogType type);
Parameters
Type | Name | Description |
---|---|---|
String | condition | |
String | stackTrace | |
LogType | type |