public class

EntityBackground

extends ColorBackground
java.lang.Object
   ↳ org.anddev.andengine.entity.scene.background.BaseBackground
     ↳ org.anddev.andengine.entity.scene.background.ColorBackground
       ↳ org.anddev.andengine.entity.scene.background.EntityBackground
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

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

Summary

Fields
protected IEntity mEntity
Public Constructors
EntityBackground(IEntity pEntity)
EntityBackground(float pRed, float pGreen, float pBlue, IEntity pEntity)
Public Methods
void onDraw(GL10 pGL, Camera pCamera)
[Expand]
Inherited Methods
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

Fields

protected IEntity mEntity

Public Constructors

public EntityBackground (IEntity pEntity)

public EntityBackground (float pRed, float pGreen, float pBlue, IEntity pEntity)

Public Methods

public void onDraw (GL10 pGL, Camera pCamera)