/// <summary> /// Get the framerate set for the game engine /// </summary> /// <returns>framerate as a fraction of a second between each frame</returns> public static double GetFrameRate() { return(manager.GetFrameRate()); }