Property | Type | Description | |
---|---|---|---|
StageNumber | int | ||
money | int | ||
mouseState | MouseState | ||
oldMouseState | MouseState | ||
round | int | ||
score | int | ||
windowHeight | int | ||
windowWidth | int |
Method | Description | |
---|---|---|
Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void | ||
Level ( Microsoft.Xna.Framework.Content.ContentManager content ) : System | ||
LoadContent ( ) : void | ||
Update ( GameTime gameTime ) : void |
public Draw ( GameTime gameTime, SpriteBatch spriteBatch ) : void | ||
gameTime | GameTime | |
spriteBatch | SpriteBatch | |
return | void |
public Level ( Microsoft.Xna.Framework.Content.ContentManager content ) : System | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
return | System |