public class UiContainerOperation
extends java.lang.Object
implements org.mini2Dx.core.graphics.pipeline.RenderOperation
UiContainer as part of the render
pipeline| Constructor and Description |
|---|
UiContainerOperation(UiContainer uiContainer) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.mini2Dx.core.game.GameContainer gc,
org.mini2Dx.core.graphics.Graphics g) |
void |
interpolate(org.mini2Dx.core.game.GameContainer gc,
float alpha) |
void |
unapply(org.mini2Dx.core.game.GameContainer gc,
org.mini2Dx.core.graphics.Graphics g) |
void |
update(org.mini2Dx.core.game.GameContainer gc,
float delta) |
public UiContainerOperation(UiContainer uiContainer)
public void update(org.mini2Dx.core.game.GameContainer gc,
float delta)
update in interface org.mini2Dx.core.graphics.pipeline.RenderOperationpublic void interpolate(org.mini2Dx.core.game.GameContainer gc,
float alpha)
interpolate in interface org.mini2Dx.core.graphics.pipeline.RenderOperationpublic void apply(org.mini2Dx.core.game.GameContainer gc,
org.mini2Dx.core.graphics.Graphics g)
apply in interface org.mini2Dx.core.graphics.pipeline.RenderOperationpublic void unapply(org.mini2Dx.core.game.GameContainer gc,
org.mini2Dx.core.graphics.Graphics g)
unapply in interface org.mini2Dx.core.graphics.pipeline.RenderOperation