public void OnGUI()
 {
     CFps.OnGUI();
 }
 void Start()
 {
     CFps.Start();
 }
 void Update()
 {
     CFps.Update();
 }