totalHeight

fun TiledMap.totalHeight(): Int

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

Return

total height in pixels.

See also