パッケージ | 説明 |
---|---|
game |
修飾子とタイプ | フィールドと説明 |
---|---|
protected GraphicManager |
GameManager.graphicManager |
修飾子とタイプ | メソッドと説明 |
---|---|
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
|