C# Class FBClient.Screens.MenuScreens.UserMenuScreen

Inheritance: BaseMenuScreen
Afficher le fichier Open project: Noxalus/Final-Bomber Class Usage Examples

Méthodes publiques

Свойство Type Description
hasLoggedIn bool
username string

Méthodes publiques

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void
UserMenuScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : System

Méthodes protégées

Méthode Description
LoadContent ( ) : void

Private Methods

Méthode Description
Exit ( ) : void

Method Details

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

UserMenuScreen() public méthode

public UserMenuScreen ( Microsoft.Xna.Framework.Game game, GameStateManager manager ) : System
game Microsoft.Xna.Framework.Game
manager FBClient.Controls.GameStateManager
Résultat System

Property Details

hasLoggedIn public_oe property

public bool hasLoggedIn
Résultat bool

username public_oe static_oe property

public static string username
Résultat string