# ViewInterface.AnimationPlayedOrResumedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.View

```csharp
public delegate void ViewInterface.AnimationPlayedOrResumedDelegate(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 |             |
