|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectenv3d.android.EnvMobileGame
test.android.Game
public class Game
Field Summary |
---|
Fields inherited from class env3d.android.EnvMobileGame |
---|
env |
Constructor Summary | |
---|---|
Game()
|
Method Summary | |
---|---|
void |
loop()
The loop() method is called automatically before every screen update. |
static void |
main(java.lang.String[] args)
|
void |
setup()
Instead of putting the setup code in the constructor, put it in the setup() method. |
Methods inherited from class env3d.android.EnvMobileGame |
---|
getEnv, setEnv, start |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Game()
Method Detail |
---|
public void setup()
EnvMobileGame
setup
in class EnvMobileGame
public void loop()
EnvMobileGame
loop
in class EnvMobileGame
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |