Uses of Class
android.gameengine.icadroids.objects.graphics.AnimatedSprite

Packages that use AnimatedSprite
android.gameengine.icadroids.objects   
 

Uses of AnimatedSprite in android.gameengine.icadroids.objects
 

Methods in android.gameengine.icadroids.objects that return AnimatedSprite
 AnimatedSprite GameObject.getSprite()
          Get the sprite Object of the GameObject
 

Methods in android.gameengine.icadroids.objects with parameters of type AnimatedSprite
 void GameObject.setSprite(AnimatedSprite theSprite)
          Set a sprite for the GameObject.