Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.6.9
    Preparing search index...

    Interface FPSMonitorProps

    interface FPSMonitorProps {
        criticalThreshold?: number;
        enabled?: boolean;
        onFPSDrop?: (fps: number) => void;
        right?: number;
        top?: number;
        warningThreshold?: number;
    }
    Index

    Properties

    criticalThreshold?: number

    FPS threshold for critical warning (default: 30)

    enabled?: boolean

    Whether to show the FPS monitor

    onFPSDrop?: (fps: number) => void

    Callback when FPS drops below threshold

    right?: number

    Position from right in pixels (default: 10)

    top?: number

    Position from top in pixels (default: 10)

    warningThreshold?: number

    FPS threshold for warning (default: 50)