Pong.PongExample.PongExample C# (CSharp) Method

PongExample() public method

public PongExample ( ) : System
return System
        public PongExample()
        {
            Graphics = new GraphicsDeviceManager(this);
            Content.RootDirectory = "Content";

            UseThreadedDraw = false;

            Graphics.SynchronizeWithVerticalRetrace = true;
            Graphics.PreferMultiSampling = true;

            IsFixedTimeStep = false;
        }