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

    Interface DebugInfo

    Debug information structure 调试信息结构

    interface DebugInfo {
        items: { color?: Color; label: string; value: string | number }[];
        position?: FixedVector2;
        title: string;
    }
    Index

    Properties

    Properties

    items: { color?: Color; label: string; value: string | number }[]
    position?: FixedVector2
    title: string