C# Class spaceconquest.TitleScreen

Inheritance: Screen
Afficher le fichier Open project: cclay/spaceconquest

Méthodes publiques

Свойство Type Description
buttons List

Méthodes publiques

Méthode Description
Draw ( ) : void
Quit ( Object o, EventArgs e ) : void
TitleScreen ( SpriteBatch sb, SpriteFont sf ) : System
Update ( ) : void

Private Methods

Méthode Description
DrawBackgroundAction ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Quit() public méthode

public Quit ( Object o, EventArgs e ) : void
o Object
e System.EventArgs
Résultat void

TitleScreen() public méthode

public TitleScreen ( SpriteBatch sb, SpriteFont sf ) : System
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
sf Microsoft.Xna.Framework.Graphics.SpriteFont
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

buttons public_oe property

public List buttons
Résultat List