示例#1
0
 private void SceneGLWidgetOnFpsChange(object sender, EventArgs eventArgs)
 {
     _appStatusbar.RemoveAll(_fpsStatusbarContextID);
     _appStatusbar.Push(_fpsStatusbarContextID, $"{_sceneGLWidget.FPS} FPS");
 }