public class SetupSurfaceRasteredGame extends SetupSurfaceGame
Configurable
Modifier and Type | Field and Description |
---|---|
Media |
rasterFile
Raster filename.
|
List<SpriteAnimated> |
rastersAnim
List of rasters animation.
|
boolean |
smoothRaster
Raster smooth flag.
|
surface, surfaceFile
configFile, configurable
Constructor and Description |
---|
SetupSurfaceRasteredGame(Configurable configurable,
Media config,
boolean alpha,
Media rasterFile,
boolean smoothRaster)
Constructor.
|
SetupSurfaceRasteredGame(Media config,
Media rasterFile,
boolean smoothRaster)
Constructor.
|
public final List<SpriteAnimated> rastersAnim
public final Media rasterFile
public final boolean smoothRaster
public SetupSurfaceRasteredGame(Media config, Media rasterFile, boolean smoothRaster)
config
- The config media.rasterFile
- The raster media.smoothRaster
- The raster smooth flag.public SetupSurfaceRasteredGame(Configurable configurable, Media config, boolean alpha, 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.Copyright © 2014 Byron 3D Games Studio. All rights reserved.