# CoreInterface.ParallelCallback

> Delegate

Namespace: UnityEngine.Pixyz.Core

```csharp
public delegate void CoreInterface.ParallelCallback(IntPtr data)
```

Parameters

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