C# Class Parallaxing, Parallax2D

Inheritance: MonoBehaviour
Afficher le fichier Open project: joedanhol/Parallax2D Class Usage Examples

Méthodes publiques

Свойство Type Description
backgrounds Transform[]
parallaxScales float[]
smoothing float

Méthodes publiques

Méthode Description
Awake ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

backgrounds public_oe property

public Transform[] backgrounds
Résultat Transform[]

parallaxScales public_oe property

public float[] parallaxScales
Résultat float[]

smoothing public_oe property

public float smoothing
Résultat float