Method GetEnumerator
GetEnumerator()
Returns an enumerator used to iterate through all of the TilemapLayer elements in this AnimatedTilemapFrame. The order of elements in the enumeration is from bottom layer to top layer.
public IEnumerator<TilemapLayer> GetEnumerator()
Returns
- IEnumerator<TilemapLayer>
An enumerator used to iterate through all of the TilemapLayer elements in this AnimatedTilemapFrame.