Property this
this[int]
Gets the AnimatedTilemapFrame element at the specified index in this AnimatedTilemap.
public AnimatedTilemapFrame this[int frameIndex] { get; }Parameters
- frameIndexint
- The index of the AnimatedTilemapFrame element to locate. 
Property Value
- AnimatedTilemapFrame
- The AnimatedTilemapFrame element that was located at the specified index in this AnimatedTilemap. 
Exceptions
- ArgumentOutOfRangeException
- Thrown if the specified index is less than zero or is greater than or equal to the total number of AnimatedTilemapFrame elements in this AnimatedTilemap.