메소드 | 설명 | |
---|---|---|
AddBackgroundModifier ( IModifier |
||
BaseBackground ( ) : andengine.util.modifier | ||
ClearBackgroundModifiers ( ) : void | ||
OnDraw ( Javax.Microedition.Khronos.Opengles.IGL10 gl10, andengine camera ) : void | ||
OnUpdate ( float pSecondsElapsed ) : void | ||
RemoveBackgroundModifier ( IModifier |
||
Reset ( ) : void | ||
SetColor ( float pRed, float pGreen, float pBlue ) : void | ||
SetColor ( float pRed, float pGreen, float pBlue, float pAlpha ) : void |
public AddBackgroundModifier ( IModifier |
||
pBackgroundModifier | IModifier |
|
리턴 | void |
public BaseBackground ( ) : andengine.util.modifier | ||
리턴 | andengine.util.modifier |
public abstract OnDraw ( Javax.Microedition.Khronos.Opengles.IGL10 gl10, andengine camera ) : void | ||
gl10 | Javax.Microedition.Khronos.Opengles.IGL10 | |
camera | andengine | |
리턴 | void |
public RemoveBackgroundModifier ( IModifier |
||
pBackgroundModifier | IModifier |
|
리턴 | bool |
public abstract SetColor ( float pRed, float pGreen, float pBlue ) : void | ||
pRed | float | |
pGreen | float | |
pBlue | float | |
리턴 | void |
public abstract SetColor ( float pRed, float pGreen, float pBlue, float pAlpha ) : void | ||
pRed | float | |
pGreen | float | |
pBlue | float | |
pAlpha | float | |
리턴 | void |