BasicPhysic2D.App.App C# (CSharp) Method

App() public method

public App ( ) : System
return System
        public App()
        {
            this.Width = 1280;
            this.Height = 720;
            this.FullScreen = false;
            this.WindowTitle = "BasicPhysic2D";
        }