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;
        }