DebugOptions constructor
DebugOptions({})
Implementation
DebugOptions({
this.showBoundingBox = false,
this.showViewPort = false,
this.recordFrames = false,
this.resolutionFactor = 1.0,
this.fileName = '',
this.outPutDir = '',
});