C# Class PGCGame.Screens.Credits

Inheritance: PGCGame.CoreTypes.BaseScreen
Afficher le fichier Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Méthodes publiques

Méthode Description
Credits ( SpriteBatch spriteBatch ) : System
InitScreen ( ScreenType screenType ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
Options_ScreenResolutionChanged ( object sender, ViewportEventArgs e ) : void
StateManager_ScreenStateChanged ( object sender, EventArgs e ) : void

Method Details

Credits() public méthode

public Credits ( SpriteBatch spriteBatch ) : System
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat System

InitScreen() public méthode

public InitScreen ( ScreenType screenType ) : void
screenType ScreenType
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime GameTime
Résultat void