# CoreInterface.BeforeEntityPropertyChangedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Core

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

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 |             |
