TiledMap constructor

TiledMap({
  1. int? compressionLevel,
  2. int? height,
  3. bool? infinite,
  4. List<MapLayer>? layers,
  5. int? nextLayerId,
  6. int? nextObjectId,
  7. String? orientation,
  8. String? renderOrder,
  9. String? tiledVersion,
  10. int? tileHeight,
  11. List<TileSetDetail>? tileSets,
  12. int? tileWidth,
  13. String? type,
  14. double? version,
  15. int? width,
})

Implementation

TiledMap({
  this.compressionLevel,
  this.height,
  this.infinite,
  this.layers,
  this.nextLayerId,
  this.nextObjectId,
  this.orientation,
  this.renderOrder,
  this.tiledVersion,
  this.tileHeight,
  this.tileSets,
  this.tileWidth,
  this.type,
  this.version,
  this.width,
});