Namespace: Rx.Net – Class: FrameTiming – Assembly: Rx.Net
FrameTiming Class
C#
class FrameTiming
Frame timing class for measuring the mean time and FPS of the last 20 frames.
Properties
MeanTime | Gets the mean time of the last frames. |
FPS | Gets the current FPS. |
Methods
Reset() | Resets this object. |
Update(ms) | Triggers a new FPS calculation. |