# SceneInterface.AnimationRemovedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.Scene

```csharp
public delegate void SceneInterface.AnimationRemovedDelegate(IntPtr userData, uint animation)
```

Parameters

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