totalWidth

fun TiledMap.totalWidth(): Int

Extension method to retrieve the total width of the TiledMap. It is the result of the width multiplied by the tile width of the map.

Return

total width in pixels.

See also