C# Class SunsetHigh.LoadGameScreen

Inheritance: AbstractScreen
Afficher le fichier Open project: ErraticUnicorn/MOSH

Méthodes publiques

Méthode Description
LoadGameScreen ( ) : System
cancel ( ) : void
confirm ( ) : void
draw ( SpriteBatch sb ) : void
loadContent ( ContentManager content ) : void
moveCursor ( Direction dir ) : void
refresh ( ) : void
update ( float elapsed ) : void

Method Details

LoadGameScreen() public méthode

public LoadGameScreen ( ) : System
Résultat System

cancel() public méthode

public cancel ( ) : void
Résultat void

confirm() public méthode

public confirm ( ) : void
Résultat void

draw() public méthode

public draw ( SpriteBatch sb ) : void
sb SpriteBatch
Résultat void

loadContent() public méthode

public loadContent ( ContentManager content ) : void
content ContentManager
Résultat void

moveCursor() public méthode

public moveCursor ( Direction dir ) : void
dir Direction
Résultat void

refresh() public méthode

public refresh ( ) : void
Résultat void

update() public méthode

public update ( float elapsed ) : void
elapsed float
Résultat void