TileSetObjectGroup constructor

TileSetObjectGroup({
  1. String? drawOrder,
  2. int? id,
  3. String? name,
  4. List<TileSetObject>? objects,
  5. int? opacity,
  6. String? type,
  7. bool? visible,
  8. int? x,
  9. int? y,
})

Implementation

TileSetObjectGroup({
  this.drawOrder,
  this.id,
  this.name,
  this.objects,
  this.opacity,
  this.type,
  this.visible,
  this.x,
  this.y,
});