TiledLayer

fun TiledLayer(    type: String,     name: String,     id: Int,     visible: Boolean,     width: Int,     height: Int,     offsetX: Float,     offsetY: Float,     tileWidth: Int,     tileHeight: Int,     tintColor: Color?,     opacity: Float,     properties: Map<String, TiledMap.Property>)