Method | Description | |
---|---|---|
Exit ( ) : void |
Exits the game.
|
|
OnActivation ( ) : void |
Processes if the surface is activated.
|
|
OnDeactivation ( ) : void |
Processes if the surface is deactivated.
|
|
OnDrawing ( |
Processes a Render.
|
|
OnInitialize ( |
Processes the Game initialization.
|
|
OnLoadContent ( ) : void |
Processes the Game load.
|
|
OnUnload ( ) : void |
Processes the Game unload.
|
|
OnUpdate ( |
Updates the object.
|
|
Restart ( |
Restarts the Game with the specified LaunchParameters.
|
Method | Description | |
---|---|---|
Game ( ) : System |
Initializes a new Game class.
|
Method | Description | |
---|---|---|
IConstructable ( ) : void |
Constructs the component.
|
|
IDrawable ( |
Processes a Render.
|
|
IUpdateable ( |
Updates the object.
|
public OnDrawing ( |
||
spriteBatch | The SpriteBatch. | |
gameTime | The GameTime. | |
return | void |
public abstract OnInitialize ( |
||
launchParameters | The LaunchParameters. | |
return |
public OnUpdate ( |
||
gameTime | The GameTime. | |
return | void |
public Restart ( |
||
launchParameters | The LaunchParameters. | |
return | void |