Method | Description | |
---|---|---|
Draw ( |
||
StateManager ( |
||
Update ( |
Allows the game component to update itself.
|
|
addEvent ( MyGame.Event ev ) : void |
Add event to the event queue
|
Method | Description | |
---|---|---|
Draw ( String text ) : void |
This method renders the current state.
|
public Draw ( |
||
gameTime | ||
return | void |
public Update ( |
||
gameTime | Provides a snapshot of timing values. | |
return | void |
public addEvent ( MyGame.Event ev ) : void | ||
ev | MyGame.Event | Event to be added |
return | void |