Method | Description | |
---|---|---|
Draw ( |
||
Initialize ( ) : void | ||
ShowMessage ( string Content, System.TimeSpan Time ) : void | ||
Update ( |
Method | Description | |
---|---|---|
Game1_KeyDown ( object sender, Microsoft.Xna.Framework.Input.KeyEventArgs e ) : void |
public Draw ( |
||
gameTime | ||
return | void |
public ShowMessage ( string Content, System.TimeSpan Time ) : void | ||
Content | string | |
Time | System.TimeSpan | |
return | void |
public Update ( |
||
gameTime | ||
return | void |