# CoreInterface.ProgressChangedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Core

```csharp
public delegate void CoreInterface.ProgressChangedDelegate(IntPtr userData, int progress)
```

Parameters

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