Runtime Reference
Delegates
Comprehensive reference for Unity AI Runtime delegates, including their roles and usage scenarios.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Realtime TTS-2 is live. Built for realtime conversation that feels human. Learn more
Comprehensive reference for Unity AI Runtime delegates, including their roles and usage scenarios.
| Parameter | Type | Description |
|---|---|---|
| contextPtr | IntPtr | Pointer to the native context object containing processing data. |
| Parameter | Type | Description |
|---|---|---|
| contextPtr | IntPtr | Pointer to the native context object containing processing data. |
| executionId | int | The execution identifier associated with this callback invocation. |
| Parameter | Type | Description |
|---|---|---|
| severity | int | The log level severity (0=verbose, 1=debug, 2=info, 3=warning, 4=error, 5=fatal). |
| message | string | The log message content as a string. |
| length | int | The length of the message string in characters. |
Was this page helpful?