Class TCastleTiledMapData.TData

Unit

Declaration

type TData = class(TObject)

Description

Binary data definition.

Hierarchy

  • TObject
  • TCastleTiledMapData.TData

Enclosing Class

Overview

Fields

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

Description

Fields

Public Encoding: TEncodingType;

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

Public Compression: TCompressionType;

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

Public Data: array of Cardinal;

Binary data. Uncompressed and decoded.


Generated by PasDoc 0.16.0-snapshot.