Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void |
Draws this instance.
|
|
PrepareDraw ( ) : void |
Prepares the draw.
|
|
Update ( Microsoft.Xna.Framework.GameTime gameTime ) : void |
Updates the screen.
|
Method | Description | |
---|---|---|
BeginTransitionOff ( ) : void |
Called when the screen begins transitioning off
|
|
BeginTransitionOn ( ) : void |
Called when the screen begins transitioning on
|
|
Dispose ( bool disposing ) : void | ||
OnHidden ( ) : void |
Called when the screen state changes to hidden.
|
|
OnShown ( ) : void |
Called when the screen state changes to visible.
|
public Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void | ||
gameTime | Microsoft.Xna.Framework.GameTime | The game time. |
return | void |
public Update ( Microsoft.Xna.Framework.GameTime gameTime ) : void | ||
gameTime | Microsoft.Xna.Framework.GameTime | The game time. |
return | void |