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