window property
The queue of the recent game tick durations. The length of this queue will not exceed windowSize.
Implementation
final Queue<double> window = Queue();
The queue of the recent game tick durations. The length of this queue will not exceed windowSize.
final Queue<double> window = Queue();