public class

AutoParallaxBackground

extends ParallaxBackground
java.lang.Object
   ↳ org.anddev.andengine.entity.scene.background.BaseBackground
     ↳ org.anddev.andengine.entity.scene.background.ColorBackground
       ↳ org.anddev.andengine.entity.scene.background.ParallaxBackground
         ↳ org.anddev.andengine.entity.scene.background.AutoParallaxBackground

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

[Expand]
Inherited Fields
From class org.anddev.andengine.entity.scene.background.ParallaxBackground
Public Constructors
AutoParallaxBackground(float pRed, float pGreen, float pBlue, float pParallaxChangePerSecond)
Public Methods
void onUpdate(float pSecondsElapsed)
void setParallaxChangePerSecond(float pParallaxChangePerSecond)
[Expand]
Inherited Methods
From class org.anddev.andengine.entity.scene.background.ParallaxBackground
From class org.anddev.andengine.entity.scene.background.ColorBackground
From class org.anddev.andengine.entity.scene.background.BaseBackground
From class java.lang.Object
From interface org.anddev.andengine.engine.handler.IUpdateHandler
From interface org.anddev.andengine.entity.scene.background.IBackground
From interface org.anddev.andengine.opengl.IDrawable

Public Constructors

public AutoParallaxBackground (float pRed, float pGreen, float pBlue, float pParallaxChangePerSecond)

Public Methods

public void onUpdate (float pSecondsElapsed)

public void setParallaxChangePerSecond (float pParallaxChangePerSecond)