Property OnAnimationBegin
OnAnimationBegin
Gets or Sets an Action method to invoke at the start of the animation.
public Action<AnimatedSprite>? OnAnimationBegin { get; set; }
Property Value
Remarks
This will trigger only once when the animation starts before the the first frame's OnFrameBegin triggers.