C# Class PGCGame.Screens.Title

Inheritance: PGCGame.CoreTypes.BaseScreen
Datei anzeigen Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Public Methods

Method Description
InitScreen ( ScreenType screenName ) : void
MiscellaneousProcessing ( ) : void
Title ( SpriteBatch spriteBatch ) : System
Update ( GameTime gameTime ) : void

Private Methods

Method Description
ButtonManagement_ButtonPress ( object sender, EventArgs e ) : void
ExitLabel_Clicked ( object sender, EventArgs e ) : void
PlayLabel_Clicked ( object sender, EventArgs e ) : void
SignedInGamer_SignedIn ( object sender, SignedInEventArgs e ) : void
StateManager_ScreenStateChanged ( object sender, EventArgs e ) : void
avatarRetrieved ( IAsyncResult res ) : void
setupTitleShip ( ) : void

Method Details

InitScreen() public method

public InitScreen ( ScreenType screenName ) : void
screenName ScreenType
return void

MiscellaneousProcessing() public method

public MiscellaneousProcessing ( ) : void
return void

Title() public method

public Title ( SpriteBatch spriteBatch ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return System

Update() public method

public Update ( GameTime gameTime ) : void
gameTime GameTime
return void