C# Class Nez.Screen

显示文件 Open project: prime31/Nez

Public Methods

Method Description
applyChanges ( ) : void
setSize ( int width, int height ) : void

sets the preferredBackBuffer then applies the changes

Private Methods

Method Description
initialize ( GraphicsDeviceManager graphicsManager ) : void

Method Details

applyChanges() public static method

public static applyChanges ( ) : void
return void

setSize() public static method

sets the preferredBackBuffer then applies the changes
public static setSize ( int width, int height ) : void
width int Width.
height int Height.
return void