TileSet constructor

TileSet({
  1. int? columns,
  2. String? image,
  3. double? imageHeight,
  4. double? imageWidth,
  5. double? margin,
  6. String? name,
  7. double? spacing,
  8. int? tileCount,
  9. String? tiledVersion,
  10. double? tileHeight,
  11. List<TileSetItem>? tiles,
  12. double? tileWidth,
  13. String? type,
  14. double? version,
})

Implementation

TileSet({
  this.columns,
  this.image,
  this.imageHeight,
  this.imageWidth,
  this.margin,
  this.name,
  this.spacing,
  this.tileCount,
  this.tiledVersion,
  this.tileHeight,
  this.tiles,
  this.tileWidth,
  this.type,
  this.version,
});