Method | Description | |
---|---|---|
Draw ( Microsoft.Xna.Framework.GameTime gameTime ) : void |
Draws visible screens.
|
|
Pop ( ) : |
Pops this instance.
|
|
PrepareDraw ( ) : void |
Prepares visible screens for drawing.
|
|
Push ( |
Pushes the specified screen.
|
|
ScreenManager ( ) : System |
Initializes a new instance of the ScreenManager class.
|
|
Update ( Microsoft.Xna.Framework.GameTime gameTime ) : void |
Updates visible screens.
|
Method | Description | |
---|---|---|
UpdateTransitionProgress ( |
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 |