Phaser API Documentation

  Version: 
properties: object | Array.<object>

Description:

Map specific properties as specified in Tiled.

Depending on the version of Tiled and the JSON export used, this will be either an object or an array of objects. For Tiled 1.2.0+ maps, it will be an array.

Type:
object | Array.<object>
Since: 3.0.0
Source: src/tilemaps/Tilemap.js (Line 198)