Property this
this[int]
Gets the AnimationFrame element at the specified index from this AnimationTag.
public AnimationFrame this[int index] { get; }
Parameters
index
intThe 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.