Method | Description | |
---|---|---|
Draw ( |
This method renders the current state.
|
|
LevelScreen ( |
||
Update ( |
Allows the game component to update itself.
|
public Draw ( |
||
gameTime | The elapsed game time. | |
return | void |
public Update ( |
||
gameTime | Provides a snapshot of timing values. | |
return | void |