Table of Contents

Property this

Namespace
MonoGame.Aseprite
Assembly
MonoGame.Aseprite.dll

this[int]

Gets the AnimationFrame element at the specified index from this AnimationTag.

public AnimationFrame this[int index] { get; }

Parameters

index int

The index of the AnimationFrame to locate.

Property Value

AnimationFrame

The AnimationFrame located.

Exceptions

ArgumentOutOfRangeException

Thrown if the specified index is less than zero or is greater than or equal to the total number of AnimationFrame elements in this AnimationTag.