Method | Description | |
---|---|---|
Draw ( |
Draw the in-game GUI.
|
|
Initialize ( |
||
Update ( |
Allows the game component to update itself.
|
Method | Description | |
---|---|---|
LoadContent ( ) : void | ||
ProcessKeyboardInput ( |
Reads and processes the input from the keyboard.
|
|
ProcessMouseInput ( |
Reads and processes the input from the keyboard.
|
public Draw ( |
||
gameTime | ||
return | void |
public Initialize ( |
||
game | ||
return | System |
protected ProcessKeyboardInput ( |
||
gameTime | ||
return | void |
protected ProcessMouseInput ( |
||
gameTime | ||
return | void |
public Update ( |
||
gameTime | Provides a snapshot of timing values. | |
return | void |