@game-vir/render - v15.1.1
    Preparing search index...

    Variable VirFpsConst

    VirFps: DeclarativeElementDefinition<
        "vir-fps",
        { decimals?: number; virLine: Readonly<VirLine<any>> },
        { cleanup: undefined | (() => void); fps: number },
        {},
        "vir-fps-",
        "vir-fps-",
        readonly [],
    > = ...

    An element that display the current FPS of a VirLine instance.