C# Class ParallaxingRotate, JuniorProject

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public Transform[] backgrounds
return Transform[]

parallax public_oe property

public bool parallax
return bool

parallaxAmounts public_oe property

public float[] parallaxAmounts
return float[]

smoothing public_oe property

public float smoothing
return float