# UnityInterface.UnityViewSessionInitializedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Unity

```csharp
public delegate void UnityInterface.UnityViewSessionInitializedDelegate(IntPtr userData, uint session, int viewer, int gpuScene)
```

Parameters

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