|
GTGE API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameObject | |
---|---|
com.golden.gamedev | The core package of Golden T Game Engine (GTGE) Frame Work (this package is where you should start first). |
Uses of GameObject in com.golden.gamedev |
---|
Fields in com.golden.gamedev declared as GameObject | |
---|---|
GameObject |
GameEngine.nextGame
GameObject to be played next, null to exit game. |
Methods in com.golden.gamedev that return GameObject | |
---|---|
GameObject |
GameEngine.getCurrentGame()
Returns currently playing GameObject entity. |
abstract GameObject |
GameEngine.getGame(int GameID)
Returns GameObject with specific ID, the returned GameObject
will be the game to be played next. |
|
GTGE API | ||||||||
PREV NEXT | FRAMES NO FRAMES |