---
title: AnimationEvents.PlaybackTerminated
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/animationevents/playbackterminated
---

# AnimationEvents.PlaybackTerminated

The event raised when an animation has been terminated, regardless of whether it ran to completion.

## Declaration

```swift
struct PlaybackTerminated
```

## Topics

### Instance Properties

- [playbackController](realitykit/animationevents/playbackterminated/playbackcontroller.md)

## Relationships

### Conforms To

- [Event](realitykit/event.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Recognizing animation events

- [AnimationEvents.PlaybackStarted](realitykit/animationevents/playbackstarted.md)
- [AnimationEvents.PlaybackCompleted](realitykit/animationevents/playbackcompleted.md)
- [AnimationEvents.PlaybackLooped](realitykit/animationevents/playbacklooped.md)
