Uses of Class
env3d.jythonrunner.GameObject

Packages that use GameObject
env3d.jythonrunner   
 

Uses of GameObject in env3d.jythonrunner
 

Methods in env3d.jythonrunner that return GameObject
 GameObject EnvJython.getObject(java.lang.String className)
          Returns a single object with a particular class name
 

Methods in env3d.jythonrunner that return types with arguments of type GameObject
 java.util.Collection<GameObject> EnvJython.getObjects(java.lang.String className)
           
 

Methods in env3d.jythonrunner with parameters of type GameObject
 void GameObject.turnToFace(GameObject gameObj)
          Turn this object to face another game object