Phaser API Documentation

  Version: 
renderOrder: string

Description:

The render (draw) order of the map data (as specified in Tiled), usually 'right-down'.

The draw orders are:

right-down left-down right-up left-up

This can be changed via the setRenderOrder method.

Type:
string
Since: 3.12.0
Source: src/tilemaps/Tilemap.js (Line 154)