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