Method | Description | |
---|---|---|
Draw ( |
Draws the Player.
|
|
Explosion ( |
Initializes a new Explosion class.
|
|
Update ( |
Updates the Player.
|
public Draw ( |
||
spriteBatch | The spriteBatch. | |
gameTime | The GameTime. | |
return | void |
public Explosion ( |
||
explosionTexture | The ExplosionTexture. | |
return | Sharpex2D |
public Update ( |
||
gameTime | The GameTime. | |
return | void |