Table of Contents

Enum DataEncoding

Namespace
DotTiled
Assembly
DotTiled.dll

Specifies the encoding used to encode the tile layer data.

public enum DataEncoding

Fields

Csv = 0

The data is stored as comma-separated values.

Base64 = 1

The data is stored as base64-encoded binary data.