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";
        }