QuadTransformOption constructor

QuadTransformOption({
  1. bool? enable = false,
  2. bool? bReset = false,
  3. QuadIndex? index = QuadIndex.TopLeft,
  4. double? xDeltaAxis = 0.0,
  5. double? yDeltaAxis = 0.0,
  6. bool? bMirror = false,
})

Constructs a QuadTransformOption

Implementation

QuadTransformOption(
    {this.enable = false,
    this.bReset = false,
    this.index = QuadIndex.TopLeft,
    this.xDeltaAxis = 0.0,
    this.yDeltaAxis = 0.0,
    this.bMirror = false});