BulletMLSample.Game1.Game1 C# (CSharp) Method

Game1() public method

public Game1 ( ) : System
return System
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            graphics.PreferredBackBufferWidth = 320;// 640;
            graphics.PreferredBackBufferHeight = 240;// 480;
            Content.RootDirectory = "Content";
        }