public class

AutoParallaxBackground

extends ParallaxBackground
java.lang.Object
   ↳ org.andengine.entity.scene.background.Background
     ↳ org.andengine.entity.scene.background.ParallaxBackground
       ↳ org.andengine.entity.scene.background.AutoParallaxBackground

Class Overview

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

Summary

[Expand]
Inherited Fields
From class org.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.andengine.entity.scene.background.ParallaxBackground
From class org.andengine.entity.scene.background.Background
From class java.lang.Object
From interface org.andengine.engine.handler.IDrawHandler
From interface org.andengine.engine.handler.IUpdateHandler
From interface org.andengine.entity.scene.background.IBackground

Public Constructors

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

Public Methods

public void onUpdate (float pSecondsElapsed)

public void setParallaxChangePerSecond (float pParallaxChangePerSecond)