パッケージ | 説明 |
---|---|
game |
修飾子とタイプ | フィールドと説明 |
---|---|
protected InputManager |
GameManager.inputManager |
修飾子とタイプ | メソッドと説明 |
---|---|
abstract void |
GameState.update(GraphicManager gm,
InputManager im)
update this game state
this method is run per frame
you can get input information from im
you can draw graphic with gm
|