C# Class FBClient.Screens.MenuScreens.UserMenuScreen

Inheritance: BaseMenuScreen
Show file Open project: Noxalus/Final-Bomber Class Usage Examples

Public Properties

Property Type Description
hasLoggedIn bool
username string

Public Methods

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

Protected Methods

Method Description
LoadContent ( ) : void

Private Methods

Method Description
Exit ( ) : void

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Initialize() public method

public Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

UserMenuScreen() public method

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

Property Details

hasLoggedIn public property

public bool hasLoggedIn
return bool

username public static property

public static string username
return string