Property Frames NamespaceMonoGame.Aseprite AssemblyMonoGame.Aseprite.dll Frames Gets a read-only span of the AnimationFrame elements that make up the animation. The order of elements is from first frame to last frame in non-reverse order. public ReadOnlySpan<AnimationFrame> Frames { get; } Property Value ReadOnlySpan<AnimationFrame>