PerformanceMonitor.FrameTimeHistory Property
Definition¶
Namespace: Brine2D.Performance
Gets the frame time history for the last 60 frames.
public System.Collections.Generic.IReadOnlyCollection<double> FrameTimeHistory { get; }
Property Value¶
System.Collections.Generic.IReadOnlyCollection<System.Double>