Package | Description |
---|---|
com.b3dgs.lionengine.game.platform.background |
Modifier and Type | Class and Description |
---|---|
class |
BackgroundElementRastered
Specific background element, supporting raster effects.
|
Modifier and Type | Method and Description |
---|---|
BackgroundElement |
BackgroundPlatform.createElement(java.lang.String name,
int x,
int y,
boolean alpha)
Create an element from a name, plus its coordinates.
|
BackgroundElement |
BackgroundPlatform.createElement(java.lang.String path,
java.lang.String name,
int x,
int y,
boolean alpha)
Create an element from a path and its name, plus its coordinates.
|