BlisterUI.MainGame.MainGame C# (CSharp) 메소드

MainGame() 공개 메소드

public MainGame ( ) : System
리턴 System
        public MainGame()
            : base()
        {
            graphics = new GraphicsDeviceManager(this);
            graphics.GraphicsProfile = GraphicsProfile.HiDef;
            graphics.PreferredDepthStencilFormat = DepthFormat.Depth24Stencil8;
            graphics.ApplyChanges();
            Content.RootDirectory = "Content";
        }