![]() |
FCV Engine 0.1
A tool and framework for tutorials in game development
|
Implements a parallax scrolling effect for backgrounds. Tracks the main camera's movement to shift the background layers at varying speeds, creating a depth illusion. Supports seamless scrolling by repositioning the background when it extends beyond its bounds. More...
Private Member Functions | |
void | Update () |
Moves backgrounds in parallax effect and places them acording for seamless scrolling. | |
Implements a parallax scrolling effect for backgrounds. Tracks the main camera's movement to shift the background layers at varying speeds, creating a depth illusion. Supports seamless scrolling by repositioning the background when it extends beyond its bounds.
Definition at line 12 of file ParallaxEffect.cs.