예제 #1
0
 /// <summary>
 /// Draw the game page. The method draws the game
 /// objects and then pauses for the time required to
 /// ensure that successive calls of DrawGamePage will
 /// complete at the given frame rate.
 /// </summary>
 /// <returns>true if the draw completed within the frame time
 /// false if the draw action took longer than the frame time</returns>
 public static bool DrawGamePage()
 {
     return(manager.DrawGamePage());
 }