Record TData

Hierarchy
Methods
Properties

Unit

Declaration

type TData = record

Description

Binary data definition.

Overview

Fields

Encoding: TEncodingType;
Compression: TCompressionType;
Data: array of Cardinal;

Description

Fields

Encoding: TEncodingType;

The encoding used to encode the tile layer data. When used, it can be "base64" and "csv" at the moment.

Compression: TCompressionType;

The compression used to compress the tile layer data. Tiled Qt supports "gzip" and "zlib".

Data: array of Cardinal;

Binary data. Uncompressed and decoded.


Generated by PasDoc 0.15.0.