public class

ParallaxBackground

extends Background
java.lang.Object
   ↳ org.andengine.entity.scene.background.Background
     ↳ org.andengine.entity.scene.background.ParallaxBackground
Known Direct Subclasses

Class Overview

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

Summary

Nested Classes
class ParallaxBackground.ParallaxEntity  
Fields
protected float mParallaxValue
Public Constructors
ParallaxBackground(float pRed, float pGreen, float pBlue)
Public Methods
void attachParallaxEntity(ParallaxBackground.ParallaxEntity pParallaxEntity)
boolean detachParallaxEntity(ParallaxBackground.ParallaxEntity pParallaxEntity)
void onDraw(GLState pGLState, Camera pCamera)
void setParallaxValue(float pParallaxValue)
[Expand]
Inherited Methods
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

Fields

protected float mParallaxValue

Public Constructors

public ParallaxBackground (float pRed, float pGreen, float pBlue)

Public Methods

public void attachParallaxEntity (ParallaxBackground.ParallaxEntity pParallaxEntity)

public boolean detachParallaxEntity (ParallaxBackground.ParallaxEntity pParallaxEntity)

public void onDraw (GLState pGLState, Camera pCamera)

public void setParallaxValue (float pParallaxValue)