C# Class ParallaxingRotate, JuniorProject

Inheritance: MonoBehaviour
Show file Open project: MilesMeacham/JuniorProject

Public Properties

Property Type Description
backgrounds Transform[]
parallax bool
parallaxAmounts float[]
smoothing float

Public Methods

Method Description
FixedUpdate ( ) : void
Parallax ( float leftOrRight ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Parallax() public method

public Parallax ( float leftOrRight ) : void
leftOrRight float
return void

Start() public method

public Start ( ) : void
return void

Property Details

backgrounds public property

public Transform[] backgrounds
return Transform[]

parallax public property

public bool parallax
return bool

parallaxAmounts public property

public float[] parallaxAmounts
return float[]

smoothing public property

public float smoothing
return float