# CoreInterface.AfterCustomPropertyAddedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Core

```csharp
public delegate void CoreInterface.AfterCustomPropertyAddedDelegate(IntPtr userData, uint entity, string property, int entityType)
```

Parameters

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