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

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

Property Value

Action<AnimatedSprite>