Strata - v1.4.10
    Preparing search index...

    Interface FormattedStats

    Formatted statistics ready for display.

    interface FormattedStats {
        drawCalls?: string;
        fps: string;
        frameTime: string;
        geometries?: string;
        memory?: { limit: string; percentage: string; total: string; used: string };
        textures?: string;
        timestamp: string;
        triangles?: string;
    }
    Index

    Properties

    drawCalls?: string
    fps: string
    frameTime: string
    geometries?: string
    memory?: { limit: string; percentage: string; total: string; used: string }
    textures?: string
    timestamp: string
    triangles?: string