Uses of Class
android.gameengine.icadroids.objects.MoveableGameObject

Packages that use MoveableGameObject
android.gameengine.icadroids.engine   
 

Uses of MoveableGameObject in android.gameengine.icadroids.engine
 

Methods in android.gameengine.icadroids.engine that return MoveableGameObject
 MoveableGameObject GameEngine.getPlayer()
          Return the player instance.
 

Methods in android.gameengine.icadroids.engine with parameters of type MoveableGameObject
 void GameEngine.setPlayer(MoveableGameObject player)
          Name a GameObject in the role of the Player object.