TextureAtom constructor

TextureAtom(
  1. double tx1,
  2. double ty1,
  3. double tx2,
  4. double ty2,
  5. String textureName,
  6. int tl,
  7. int th, {
  8. int ix1 = 0,
  9. int iy1 = 0,
  10. int ix2 = 0,
  11. int iy2 = 0,
  12. int len = 1,
  13. int hgt = 1,
})

Implementation

TextureAtom(this.tx1, this.ty1, this.tx2, this.ty2, this.textureName, this.tl,
    this.th,
    {this.ix1 = 0,
    this.iy1 = 0,
    this.ix2 = 0,
    this.iy2 = 0,
    this.len = 1,
    this.hgt = 1});