Phaser API Documentation

  Version: 
<readonly> texCoordinates: Array.<object>

Description:

The look-up table to specific tile image texture coordinates (UV in pixels). Each element contains the coordinates for a tile in an object of the form {x, y}.

Type:
Array.<object>
Since: 3.0.0
Source: src/tilemaps/Tileset.js (Line 171)