SmoothFpsCounter
Namespace: Murder.Diagnostics
Assembly: Murder.dll
public class SmoothFpsCounter
This will smooth the average FPS of the game.
⭐ Constructors
public SmoothFpsCounter(int size)
Parameters
size
int
⭐ Properties
Value
public double Value { get; }
Latest FPS value.
Returns
double
⭐ Methods
Update(double)
public void Update(double dt)
Parameters
dt
double
⚡