# SceneInterface.onSphereProbeDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Scene

```csharp
public delegate void SceneInterface.onSphereProbeDelegate(IntPtr userData, uint proberID, ProberInfo proberInfo)
```

Parameters

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