Property | Type | Description | |
---|---|---|---|
HandleInput | void |
Method | Description | |
---|---|---|
Draw ( |
Draws the scene.
|
|
Initialize ( ) : void |
Initializes the Scene.
|
|
LoadContent ( ContentManager content ) : void |
Loads the content.
|
|
OnSceneActivated ( ) : void |
Called if the scene is activated.
|
|
Update ( |
Updates the scene.
|
Method | Description | |
---|---|---|
HandleInput ( |
Handles the input.
|
public Draw ( |
||
spriteBatch | The spriteBatch. | |
gameTime | The GameTime. | |
return | void |
public LoadContent ( ContentManager content ) : void | ||
content | ContentManager | The Content. |
return | void |
public Update ( |
||
gameTime | The GameTime. | |
return | void |