createWithMask

fun createWithMask(    layerConfig: Tiled2dMapLayerConfig,     loaders: ArrayList<LoaderInterface>,     mask: MaskingObjectInterface): Tiled2dMapRasterLayerInterface

the loaders are tried in their respective order, if the first loader returns the error code NOOP the second will be tried and so on