cachedClosestOffsets property

FrameStackHashMap<double, (double, double)> cachedClosestOffsets
final

Caches the closest offsets to optimize repeated calculations for a single frame.

Implementation

final FrameStackHashMap<double, (double, double)> cachedClosestOffsets =
    FrameStackHashMap();