@esengine/nova-ecs-render-core - v1.0.1
    Preparing search index...

    Interface DebugConfig

    Debug renderer configuration 调试渲染器配置

    interface DebugConfig {
        axisLength: Fixed;
        colors: {
            axis: Color;
            axisX: Color;
            axisY: Color;
            background: Color;
            bounds: Color;
            grid: Color;
            gridMajor: Color;
            text: Color;
            wireframe: Color;
        };
        gridSpacing: Fixed;
        showAxis: boolean;
        showBounds: boolean;
        showGrid: boolean;
        showPerformance: boolean;
        showWireframe: boolean;
    }
    Index

    Properties

    axisLength: Fixed
    colors: {
        axis: Color;
        axisX: Color;
        axisY: Color;
        background: Color;
        bounds: Color;
        grid: Color;
        gridMajor: Color;
        text: Color;
        wireframe: Color;
    }
    gridSpacing: Fixed
    showAxis: boolean
    showBounds: boolean
    showGrid: boolean
    showPerformance: boolean
    showWireframe: boolean