Table of Contents

Enum DataCompression

Namespace
DotTiled
Assembly
DotTiled.dll

Specifies the compression algorithm used to compress the tile layer data.

public enum DataCompression

Fields

GZip = 0

GZip compression.

ZLib = 1

ZLib compression.

ZStd = 2

ZStandard compression. Currently not supported by DotTiled and will throw an exception if encountered.