# ViewInterface.AnimationPlayingStatusChangedDelegate

> Delegate

Namespace: UnityEngine.Pixyz.View

```csharp
public delegate void ViewInterface.AnimationPlayingStatusChangedDelegate(IntPtr userData, uint animation, AnimationPlayerInfo playInfo)
```

Parameters

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