Package | Description |
---|---|
com.b3dgs.lionengine.game.background |
Background dedicated package.
|
Modifier and Type | Class and Description |
---|---|
class |
BackgroundElementRastered
Specific background element, supporting raster effects.
|
Modifier and Type | Method and Description |
---|---|
static BackgroundElement |
BackgroundGame.createElement(String name,
int x,
int y)
Create an element from a name, plus its coordinates.
|
static BackgroundElement |
BackgroundGame.createElement(String path,
String name,
int x,
int y)
Create an element from a path and its name, plus its coordinates.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.