C# Class ParallaxingRotate, JuniorProject

Inheritance: MonoBehaviour
Afficher le fichier Open project: MilesMeacham/JuniorProject

Méthodes publiques

Свойство Type Description
backgrounds Transform[]
parallax bool
parallaxAmounts float[]
smoothing float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Parallax ( float leftOrRight ) : void
Start ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Parallax() public méthode

public Parallax ( float leftOrRight ) : void
leftOrRight float
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

backgrounds public_oe property

public Transform[] backgrounds
Résultat Transform[]

parallax public_oe property

public bool parallax
Résultat bool

parallaxAmounts public_oe property

public float[] parallaxAmounts
Résultat float[]

smoothing public_oe property

public float smoothing
Résultat float