C# Class Nez.Screen

Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
applyChanges ( ) : void
setSize ( int width, int height ) : void

sets the preferredBackBuffer then applies the changes

Private Methods

Méthode Description
initialize ( GraphicsDeviceManager graphicsManager ) : void

Method Details

applyChanges() public static méthode

public static applyChanges ( ) : void
Résultat void

setSize() public static méthode

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