C# Class ArcadeRPG.GameOver

Afficher le fichier Open project: jkeech/Super-Space-Escape Class Usage Examples

Méthodes publiques

Свойство Type Description
exit System.Boolean

Méthodes publiques

Méthode Description
GameOver ( ) : System
Show ( SpriteBatch spritebatch ) : void
isShowing ( ) : System.Boolean
loadContent ( Microsoft.Xna.Framework.Content.ContentManager contman ) : void
update ( GameTime gameTime ) : void

Method Details

GameOver() public méthode

public GameOver ( ) : System
Résultat System

Show() public méthode

public Show ( SpriteBatch spritebatch ) : void
spritebatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

isShowing() public méthode

public isShowing ( ) : System.Boolean
Résultat System.Boolean

loadContent() public méthode

public loadContent ( Microsoft.Xna.Framework.Content.ContentManager contman ) : void
contman Microsoft.Xna.Framework.Content.ContentManager
Résultat void

update() public méthode

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

Property Details

exit public_oe property

public Boolean,System exit
Résultat System.Boolean