public class

EntityBackground

extends Background
java.lang.Object
   ↳ org.andengine.entity.scene.background.Background
     ↳ org.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(GLState pGLState, Camera pCamera)
[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 IEntity mEntity

Public Constructors

public EntityBackground (IEntity pEntity)

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

Public Methods

public void onDraw (GLState pGLState, Camera pCamera)