Asteroids.OptionsMenu.OptionsMenu C# (CSharp) Method

OptionsMenu() public method

public OptionsMenu ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Content.ContentManager Content ) : System
graphics GraphicsDeviceManager
Content Microsoft.Xna.Framework.Content.ContentManager
return System
        public OptionsMenu(GraphicsDeviceManager graphics, ContentManager Content)
        {
            this.graphics = graphics;
            this.Content = Content;
        }

Same methods

OptionsMenu::OptionsMenu ( Game1 structOptionsMain ) : System