Phaser API Documentation

  Version: 
<readonly, nullable> tileset: Phaser.Tilemaps.Tileset

Description:

The tileset that contains this Tile. This is null if accessed from a LayerData instance before the tile is placed in a TilemapLayer, or if the tile has an index that doesn't correspond to any of the maps tilesets.

Since: 3.0.0
Source: src/tilemaps/Tile.js (Line 844)