C# Class Parallaxing, Parallax2D

Inheritance: MonoBehaviour
显示文件 Open project: joedanhol/Parallax2D Class Usage Examples

Public Properties

Property Type Description
backgrounds Transform[]
parallaxScales float[]
smoothing float

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

backgrounds public_oe property

public Transform[] backgrounds
return Transform[]

parallaxScales public_oe property

public float[] parallaxScales
return float[]

smoothing public_oe property

public float smoothing
return float