tileGeometry#

Used to define tile geometries for each tile in a tileset.

Hierarchy#

Valid Parent Blocks:

Possible Child Blocks:

ID Properties#

This block should not have an ID.

Parameters#

VERSION#

Type:

integer

The version of the tile geometry file format. The vanilla files use version 2.

If the value is 1:

  • coordinates will be parsed as is

If the value is 2:

  • coordinates will be divided by 10000

Allowed values:

  • 1

  • 2