Table of Contents

Interface ITemplateReader

Namespace
DotTiled.Serialization
Assembly
DotTiled.dll

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

public interface ITemplateReader : IDisposable
Inherited Members

Methods

ReadTemplate()

Reads a template from the source.

Template ReadTemplate()

Returns

Template

The parsed template.