Keeps track of how many times the Scenes are rendered per second.
Reset | Resets the frame rate counter back to zero. The frame rate computation begins anew. |
FramesPerSecond | Gets the current frame rate in frames per second. |
MaximumNumberOfFrames | Gets or sets the maximum number of frames used to determine frame rate. More frames means that the frame rate is averaged over a longer period of time and will fluctuate less than fewer frames would. The minimum value is 2. |