Namespace: TileMapRenderOrder

graphics.tmx. TileMapRenderOrder

The TileMapRenderOrder enumeration provides valid values for the tmx.TileMap.renderorder property.

Members


<static> LEFT_DOWN :string

The 'left-down' map render order.

Type:
  • string
Default Value:
  • left-down

<static> LEFT_UP :string

The 'left-up' map render order.

Type:
  • string
Default Value:
  • left-up

<static> RIGHT_DOWN :string

The 'right-down' map render order.

Type:
  • string
Default Value:
  • right-down

<static> RIGHT_UP :string

The 'right-up' map render order.

Type:
  • string
Default Value:
  • right-up