# CoreInterface.DebugEventDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Core

```csharp
public delegate void CoreInterface.DebugEventDelegate(IntPtr userData, int event_type)
```

Parameters

| Type                                                           | Name        | Description |
| -------------------------------------------------------------- | ----------- | ----------- |
| [IntPtr](https://learn.microsoft.com/dotnet/api/system.intptr) | userData    |             |
| [int](https://learn.microsoft.com/dotnet/api/system.int32)     | event\_type |             |
