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 animation frame.

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

Property Value

Action<AnimatedTilemap>