C# Class PathSplineEndlessCS, LeanTween

Inheritance: MonoBehaviour
Afficher le fichier Open project: dentedpixel/LeanTween

Méthodes publiques

Свойство Type Description
car GameObject
carInternal GameObject
cubes GameObject[]
randomIterWidth float
trackTrailRenderers GameObject
trees GameObject[]

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
addRandomTrackPoint ( ) : void
playSwish ( ) : void
refreshSpline ( ) : void

Private Methods

Méthode Description
objectQueue ( GameObject arr, int &lastIter ) : GameObject

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

addRandomTrackPoint() public méthode

public addRandomTrackPoint ( ) : void
Résultat void

playSwish() public méthode

public playSwish ( ) : void
Résultat void

refreshSpline() public méthode

public refreshSpline ( ) : void
Résultat void

Property Details

car public_oe property

public GameObject car
Résultat GameObject

carInternal public_oe property

public GameObject carInternal
Résultat GameObject

cubes public_oe property

public GameObject[] cubes
Résultat GameObject[]

randomIterWidth public_oe property

public float randomIterWidth
Résultat float

trackTrailRenderers public_oe property

public GameObject trackTrailRenderers
Résultat GameObject

trees public_oe property

public GameObject[] trees
Résultat GameObject[]