window.kaolin
    Preparing search index...

    Variable InteractiveFpsProviderConst

    InteractiveFpsProvider: React.FC<InteractiveFpsProviderProps> = ...

    Provider that hosts an InteractiveFps instance and exposes its current value to descendant components. Wrap the part of the tree that both produces frames (calls useFrameReceiver) and consumes FPS (calls useFps).

    Option props are read once at mount; remount the provider to change them. This avoids subtle bugs where an unmemoized inline option object would silently rebuild the tracker and lose its history.