|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BackgroundComponent | |
---|---|
com.b3dgs.lionengine.game.background |
Uses of BackgroundComponent in com.b3dgs.lionengine.game.background |
---|
Classes in com.b3dgs.lionengine.game.background that implement BackgroundComponent | |
---|---|
class |
AbstractClouds
This class handle clouds effect. |
class |
Parallax
Parallax is used for background depth effect (2.5D). |
Fields in com.b3dgs.lionengine.game.background declared as BackgroundComponent | |
---|---|
protected BackgroundComponent[] |
AbstractForeground.components
Array of components. |
Fields in com.b3dgs.lionengine.game.background with type parameters of type BackgroundComponent | |
---|---|
protected java.util.List<BackgroundComponent> |
AbstractBackground.components
List of components contained by this background. |
Methods in com.b3dgs.lionengine.game.background with parameters of type BackgroundComponent | |
---|---|
protected void |
AbstractBackground.add(BackgroundComponent component)
Add a component to the background. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |