Table of Contents

Property OnFrameEnd

Namespace
MonoGame.Aseprite
Assembly
MonoGame.Aseprite.dll

OnFrameEnd

Gets or Sets an Action method to invoke at the end of each frame of animation.

public Action<AnimatedSprite>? OnFrameEnd { get; set; }

Property Value

Action<AnimatedSprite>