# CoreInterface.EntityDestroyedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Core

```csharp
public delegate void CoreInterface.EntityDestroyedDelegate(IntPtr userData, uint entity)
```

Parameters

| Type                                                           | Name     | Description |
| -------------------------------------------------------------- | -------- | ----------- |
| [IntPtr](https://learn.microsoft.com/dotnet/api/system.intptr) | userData |             |
| [uint](https://learn.microsoft.com/dotnet/api/system.uint32)   | entity   |             |
