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

Game1() 공개 메소드

public Game1 ( ) : Microsoft.Xna.Framework
리턴 Microsoft.Xna.Framework
        public Game1()
        {
            m_graphics = new GraphicsDeviceManager(this);
            m_graphics.PreferredBackBufferWidth = 320;
            m_graphics.PreferredBackBufferHeight = 200;

            Parameters = new List<UIbaseParam>();

            Content.RootDirectory = "Content";
        }