Delegate CoreInterface.OnConsoleMessageDelegate
Namespace: UnityEngine.Pixyz.Core
Assembly: Unity.Pixyz.SDKPlus.Editor.dll
Syntax
public delegate void CoreInterface.OnConsoleMessageDelegate(IntPtr userData, string text, Verbose verboseLevel)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | userData | |
| string | text | |
| Verbose | verboseLevel |