Table of Contents

Method GetEnumerator

Namespace
MonoGame.Aseprite
Assembly
MonoGame.Aseprite.dll

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<AnimatedTilemapFrame> GetEnumerator()

Returns

IEnumerator<AnimatedTilemapFrame>

An enumerator that can be used to iterate through the collection.