DiveTransformInfo constructor

DiveTransformInfo({
  1. DiveVec2? pos,
  2. double? rot,
  3. DiveVec2? scale,
  4. DiveAlign? alignment,
  5. DiveBoundsType? boundsType,
  6. DiveAlign? boundsAlignment,
  7. DiveVec2? bounds,
})

Implementation

DiveTransformInfo(
    {this.pos, this.rot, this.scale, this.alignment, this.boundsType, this.boundsAlignment, this.bounds});