JSprite constructor

JSprite(
  1. double x,
  2. double y,
  3. double z,
  4. double len,
  5. double hgt,
  6. TextureAtom atom,
  7. double r,
  8. double g,
  9. double b,
  10. double a,
  11. double angle,
  12. double anchorx,
  13. double anchory, {
  14. bool mirrorX = false,
  15. bool mirrorY = false,
})

Implementation

JSprite(this.x, this.y, this.z, this.len, this.hgt, this.atom, this.r, this.g,
    this.b, this.a, this.angle, this.anchorx, this.anchory,
    {this.mirrorX = false, this.mirrorY = false});