DebugOverlay constructor

DebugOverlay({
  1. bool enabled = false,
  2. bool showFps = true,
  3. bool showNodeCount = true,
  4. bool showCullingStats = true,
  5. bool showCameraInfo = false,
})

Implementation

DebugOverlay({
  this.enabled = false,
  this.showFps = true,
  this.showNodeCount = true,
  this.showCullingStats = true,
  this.showCameraInfo = false,
});