public class SetupSurfaceRasteredGame extends SetupSurfaceGame
Configurable
Modifier and Type | Field and Description |
---|---|
com.b3dgs.lionengine.core.Media |
rasterFile
Raster filename.
|
java.util.List<com.b3dgs.lionengine.drawable.SpriteAnimated> |
rastersAnim
List of rasters animation.
|
boolean |
smoothRaster
Raster smooth flag.
|
surface, surfaceFile
configFile, configurable
Constructor and Description |
---|
SetupSurfaceRasteredGame(Configurable configurable,
com.b3dgs.lionengine.core.Media config,
boolean alpha,
com.b3dgs.lionengine.core.Media rasterFile,
boolean smoothRaster)
Constructor.
|
SetupSurfaceRasteredGame(com.b3dgs.lionengine.core.Media config,
com.b3dgs.lionengine.core.Media rasterFile,
boolean smoothRaster)
Constructor.
|
public final java.util.List<com.b3dgs.lionengine.drawable.SpriteAnimated> rastersAnim
public final com.b3dgs.lionengine.core.Media rasterFile
public final boolean smoothRaster
public SetupSurfaceRasteredGame(com.b3dgs.lionengine.core.Media config, com.b3dgs.lionengine.core.Media rasterFile, boolean smoothRaster)
config
- The config media.rasterFile
- The raster media.smoothRaster
- The raster smooth flag.public SetupSurfaceRasteredGame(Configurable configurable, com.b3dgs.lionengine.core.Media config, boolean alpha, com.b3dgs.lionengine.core.Media rasterFile, boolean smoothRaster)
configurable
- The configurable reference.config
- The config media.alpha
- The alpha use flag.rasterFile
- The raster media.smoothRaster
- The raster smooth flag.