BrashMonkeySpriterGameTest.Game1.Game1 C# (CSharp) 메소드

Game1() 공개 메소드

public Game1 ( ) : System
리턴 System
        public Game1()
        {
            graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            graphics.PreferredBackBufferWidth = 640;
            graphics.PreferredBackBufferHeight = 480;

            graphics.ApplyChanges();
        }