window.kaolin
    Preparing search index...

    Interface FpsValue

    Snapshot of the tracker exposed to React consumers. fps is null while idle or before two samples have arrived (see InteractiveFps.getFps).

    interface FpsValue {
        fps: number;
        isIdle: boolean;
    }
    Index

    Properties

    Properties

    fps: number
    isIdle: boolean