Method GetFrame
GetFrame(int)
Gets the AnimationFrame element at the specified index from this AnimationTag.
public AnimationFrame GetFrame(int index)
Parameters
index
intThe index of the AnimationFrame to locate.
Returns
- 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.