C# Class ArcadeRPG.GameOver

Datei anzeigen Open project: jkeech/Super-Space-Escape Class Usage Examples

Public Properties

Property Type Description
exit System.Boolean

Public Methods

Method 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 method

public GameOver ( ) : System
return System

Show() public method

public Show ( SpriteBatch spritebatch ) : void
spritebatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

isShowing() public method

public isShowing ( ) : System.Boolean
return System.Boolean

loadContent() public method

public loadContent ( Microsoft.Xna.Framework.Content.ContentManager contman ) : void
contman Microsoft.Xna.Framework.Content.ContentManager
return void

update() public method

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

Property Details

exit public_oe property

public Boolean,System exit
return System.Boolean