Property OnAnimationLoop
OnAnimationLoop
Gets or Sets an Action to invoke each time the animation loops.
public Action<AnimatedSprite>? OnAnimationLoop { get; set; }
Property Value
Remarks
This will trigger each time the animation loops after the last frame's OnFrameEnd triggers.