Table of Contents

Interface IMapReader

Namespace
DotTiled.Serialization
Assembly
DotTiled.dll

Interface for reading a map from some source. Used by the different file format parsers to read a map.

public interface IMapReader : IDisposable
Inherited Members

Methods

ReadMap()

Reads a map from the source.

Map ReadMap()

Returns

Map

The parsed map.