Property OnFrameBegin NamespaceMonoGame.Aseprite AssemblyMonoGame.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>