public interface BackgroundComponent
void update(double extrp, int x, int y, double speed)
extrp
- The extrapolation value.x
- The horizontal offset.y
- The vertical offset.speed
- The scrolling speed.void render(com.b3dgs.lionengine.Graphic g)
g
- The graphic output.Copyright © 2014 Byron 3D Games Studio. All rights reserved.