|
GTGE API | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Timer | |
---|---|
com.golden.gamedev.object | This package is the heart of the game, containing objects visible in the game, such as sprite class, background class, etc. |
Uses of Timer in com.golden.gamedev.object |
---|
Methods in com.golden.gamedev.object that return Timer | |
---|---|
Timer |
AnimatedSprite.getAnimationTimer()
Returns sprite animation timer. |
Timer |
SpriteGroup.getScanFrequence()
Schedule timer for removing inactive sprites. |
Methods in com.golden.gamedev.object with parameters of type Timer | |
---|---|
void |
AnimatedSprite.setAnimationTimer(Timer t)
Sets sprite animation timer. |
void |
Timer.setEquals(Timer other)
Makes this timer state equals with other timer, this include active state, delay time, and timer current tick. |
|
GTGE API | ||||||||
PREV NEXT | FRAMES NO FRAMES |