TiledImageLayer
class TiledImageLayer(val type: String, val name: String, val id: Int, val visible: Boolean, val width: Int, val height: Int, val offsetX: Float, val offsetY: Float, val tileWidth: Int, val tileHeight: Int, val tintColor: Color?, val opacity: Float, val properties: Map<String, TiledMap.Property>, texture: TextureSlice?) : TiledLayer
Author
Colton Daily