コード例 #1
0
ファイル: Game1.cs プロジェクト: Blinkk/XNAGameEngine
 public Game1()
 {
     gameInterface = new GameInterface(this);
     gameInterface.InitGraphicsDeviceManager();
     //Definition in FPS Notes
     IsFixedTimeStep = true;
 }