Property | Type | Description | |
---|---|---|---|
font | SpriteFont | ||
level | int | ||
recordPlayer | string | ||
recordScore | int | ||
sBatch | SpriteBatch | ||
value | int |
Method | Description | |
---|---|---|
Draw ( GameTime gameTime ) : void |
This is called when the game should draw itself.
|
|
Initialize ( ) : void |
Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content.
|
|
Score ( Tetris.Game game, SpriteFont font ) : Microsoft.Xna.Framework |
public Draw ( GameTime gameTime ) : void | ||
gameTime | GameTime | Provides a snapshot of timing values. |
return | void |
public Score ( Tetris.Game game, SpriteFont font ) : Microsoft.Xna.Framework | ||
game | Tetris.Game | |
font | SpriteFont | |
return | Microsoft.Xna.Framework |