AStarXNA.ConsoleCommands.FullScreenCommand.FullScreenCommand C# (CSharp) Метод

FullScreenCommand() публичный Метод

public FullScreenCommand ( GraphicsDeviceManager graphics ) : System
graphics Microsoft.Xna.Framework.GraphicsDeviceManager
Результат System
        public FullScreenCommand(GraphicsDeviceManager graphics)
        {
            this.graphics = graphics;
        }