public interface Background
Modifier and Type | Method and Description |
---|---|
void |
render(Graphic g)
Background renderings.
|
void |
update(double extrp,
double speed,
double y)
Background updates.
|
void update(double extrp, double speed, double y)
extrp
- The extrapolation value.speed
- The scrolling speed.y
- The background y.void render(Graphic g)
g
- The graphic output.Copyright © 2017 Byron 3D Games Studio. All rights reserved.