playcanvas-opti-pixel - v1.2.0
    Preparing search index...

    Interface ISoftwareOcclusionStats

    CPU software occlusion timings and counts from the last completed worker job. Times are milliseconds. Worker phases are measured inside the worker.

    interface ISoftwareOcclusionStats {
        aabbCount: number;
        aabbTestMs: number;
        clearMs: number;
        hizBuildMs: number;
        occludedCount: number;
        occluderCount: number;
        rasterMs: number;
        snapshotMs: number;
        visibleCount: number;
        waitMs: number;
        workerMs: number;
    }
    Index
    aabbCount: number
    aabbTestMs: number
    clearMs: number
    hizBuildMs: number
    occludedCount: number
    occluderCount: number
    rasterMs: number
    snapshotMs: number
    visibleCount: number
    waitMs: number
    workerMs: number