C# Class spaceconquest.GameLobbyScreen

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Draw ( ) : void
GameLobbyScreen ( SpriteBatch sb, SpriteFont sf ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

GameLobbyScreen() public méthode

public GameLobbyScreen ( 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