Method | Description | |
---|---|---|
Draw ( |
Allows the game component to update itself.
|
|
Initialize ( ) : void |
Allows the game component to perform any initialization it needs to before starting to run. This is where it can query for any required services and load content.
|
|
ScreenComponent ( Microsoft.Xna.Framework.Game game, string img ) : System |
Method | Description | |
---|---|---|
LoadContent ( ) : void |
public Draw ( |
||
gameTime | Provides a snapshot of timing values. | |
return | void |
public ScreenComponent ( Microsoft.Xna.Framework.Game game, string img ) : System | ||
game | Microsoft.Xna.Framework.Game | |
img | string | |
return | System |