4 namespace HKI.Core.Debuging
12 [SerializeField] Text CurrentFPSText = null;
13 [SerializeField] Text AvgFPSText = null;
14 [SerializeField] Text MinFPSText = null;
15 [SerializeField] Text MaxFPSText = null;
17 [SerializeField] RawImage GraphImage = null;
27 if(CurrentFPSText != null)
30 if(AvgFPSText != null)
void Init(FPSCalc fpsCalc)
This class calcs the fps and greates the graph.
string MinFPSAndFrameTimeString
This MonoBehaviour updates the UI of the DebugSystem/Console with the FPS information calced by FPSCa...
void UpdateInfo(FPSCalc fpsCalc)
string CurrentFPSAndFrameTimeString
string AvgFPSAndFrameTimeString
string MaxFPSAndFrameTimeString