FCV Engine 0.1
A tool and framework for tutorials in game development
Loading...
Searching...
No Matches
ParallaxEffect Class Reference

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...

Inheritance diagram for ParallaxEffect:

Private Member Functions

void Update ()
 Moves backgrounds in parallax effect and places them acording for seamless scrolling.
 

Detailed Description

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.


The documentation for this class was generated from the following file: