C# Class PGCGame.Screens.Credits

Inheritance: PGCGame.CoreTypes.BaseScreen
ファイルを表示 Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Public Methods

Method Description
Credits ( SpriteBatch spriteBatch ) : System
InitScreen ( ScreenType screenType ) : void
Update ( GameTime gameTime ) : void

Private Methods

Method Description
Options_ScreenResolutionChanged ( object sender, ViewportEventArgs e ) : void
StateManager_ScreenStateChanged ( object sender, EventArgs e ) : void

Method Details

Credits() public method

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

InitScreen() public method

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

Update() public method

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