Свойство | Type | Description | |
---|---|---|---|
score | int |
Свойство | Type | Description | |
---|---|---|---|
events | List |
Méthode | Description | |
---|---|---|
Draw ( |
This method renders the current state.
|
|
ScoreBoard ( |
||
Update ( |
Allows the game component to update itself.
|
|
addEvent ( Event ev ) : void |
Add event to the event queue
|
public Draw ( |
||
gameTime | The elapsed game time. | |
Résultat | void |
public Update ( |
||
gameTime | Provides a snapshot of timing values. | |
Résultat | void |
public addEvent ( Event ev ) : void | ||
ev | Event | Event to be added |
Résultat | void |