Method | Description | |
---|---|---|
OnInitialize ( |
Initializes the game.
|
|
OnLoadContent ( ) : void |
Loads the content.
|
|
OnRendering ( RenderDevice renderer, |
Renders the game.
|
|
OnUpdate ( |
Updates the game.
|
Method | Description | |
---|---|---|
DrawBackground ( RenderDevice renderer ) : void |
Draws the background.
|
|
DrawInstructions ( RenderDevice renderer ) : void |
Draws the Instructions.
|
|
DrawPipes ( RenderDevice renderer ) : void |
Draws the pipes.
|
|
DrawPlayer ( RenderDevice renderer ) : void |
Draws a player.
|
|
DrawRenderHint ( RenderDevice renderer ) : void |
Draws the renderhint.
|
|
DrawScore ( RenderDevice renderer ) : void |
Draws the score.
|
|
UpdateBackground ( |
Updates the background.
|
|
UpdateCollision ( ) : void |
Updates the collision.
|
|
UpdateInput ( ) : void |
Updates the Input.
|
|
UpdateInstructions ( |
Updates the Instructions.
|
|
UpdatePipes ( |
Updates the Pipes.
|
|
UpdatePlayer ( |
Updates the Player.
|
|
_pipeManager_ScoreChanged ( object sender, |
ScoreChanged.
|
public OnInitialize ( |
||
launchParameters | The LaunchParameters. | |
return |
public OnRendering ( RenderDevice renderer, |
||
renderer | RenderDevice | The Renderer. |
gameTime | The GameTime. | |
return | void |
public OnUpdate ( |
||
gameTime | The GameTime. | |
return | void |