AnimationEvents.PlaybackLooped
The event raised when an animation loops.
Declaration
struct PlaybackLoopedOverview
You loop animation playback by creating an AnimationResource instance from an existing one with either the repeat(count:) or the repeat(duration:) method.