Table of Contents

Property OnFrameBegin

Namespace
MonoGame.Aseprite
Assembly
MonoGame.Aseprite.dll

OnFrameBegin

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

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

Property Value

Action<AnimatedTilemap>