DebugDrawOptions constructor

const DebugDrawOptions({
  1. bool bounds = false,
  2. bool normals = false,
  3. bool lightGizmos = false,
  4. bool axes = false,
  5. bool cameraFrustums = false,
  6. double normalLength = 0.0,
})

Implementation

const DebugDrawOptions({
  this.bounds = false,
  this.normals = false,
  this.lightGizmos = false,
  this.axes = false,
  this.cameraFrustums = false,
  this.normalLength = 0.0,
});