Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


frameFps

The current frames per second (FPS) for the frame.
Read time 1 minuteLast updated 10 days ago

Definition

public float frameFps { get; }

Remarks

Unity calculates the FPS by dividing 1000.0f by the FrameDataView.frameTimeMs.