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