window property

Queue<double> window
final

The queue of the recent game tick durations. The length of this queue will not exceed windowSize.

Implementation

final Queue<double> window = Queue();