コード例 #1
0
ファイル: SnapsEngine.cs プロジェクト: mzamp27/source
 /// <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());
 }